Skip to content

Commit 58fa9f7

Browse files
committed
Remove unnecessary files from npm package (#1191)
This PR updates the npm package configuration to exclude unnecessary script files from the published package. - Adds individual script files under `scripts/` to `.npmignore`. Fix: #1191
1 parent cf340fe commit 58fa9f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ tutorials/
2626
.nyc_output/
2727
.vscode/
2828
.husky/
29+
scripts/cpplint.js
30+
scripts/npm-pack.sh
31+
scripts/npmjs-readme.md
32+
scripts/run_test.js

0 commit comments

Comments
 (0)