Skip to content

Commit

Permalink
fix: list files to include and increase exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
seekayel committed Jun 22, 2023
1 parent 337721f commit 1261b1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.*
commitlint.config.cjs
examples
jest.config.js
scripts
src
test
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"require": "./dist/cjs/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"clean": "rm dist/*",
"build": "rm -fr dist/* && tsc -p tsconfig-esm.json && tsc -p tsconfig-cjs.json && ./scripts/generatePackageJson.sh",
Expand Down

0 comments on commit 1261b1c

Please sign in to comment.