Skip to content

Commit

Permalink
Merge pull request #52 from embroider-build/remove-extra-gitignores
Browse files Browse the repository at this point in the history
Remove extraneous gitignores which interfere with packing
  • Loading branch information
NullVoxPopuli authored Dec 13, 2023
2 parents 4af3425 + 2c6060b commit bbe6c34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ wasm-pack build --target nodejs --out-dir pkg/node --weak-refs --no-pack --relea

# Rename the node js file to cjs, because we emit type=module
mv pkg/node/content_tag.js pkg/node/content_tag.cjs

rm pkg/node/.gitignore
rm pkg/standalone/.gitignore
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ci:node": "mocha",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:package": "publint",
"lint:published-types": "attw --pack --ignore-rules cjs-resolves-to-esm",
"lint:published-types": "attw --pack --ignore-rules cjs-resolves-to-esm --ignore-rules false-esm",
"start": "vite",
"test": "npm run ci:node"
},
Expand Down

0 comments on commit bbe6c34

Please sign in to comment.