File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ yarn.lock
99
1010# symlinked file used in tests
1111test /resolver /symlinked /_ /node_modules /package
12+
13+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2929 " module"
3030 ],
3131 "scripts" : {
32+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
3233 "prepublishOnly" : " safe-publish-latest" ,
3334 "prepublish" : " not-in-publish || npm run prepublishOnly" ,
3435 "prelint" : " eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\ .git')" ,
5051 "in-publish" : " ^2.0.1" ,
5152 "mkdirp" : " ^0.5.5" ,
5253 "mv" : " ^2.1.1" ,
54+ "npmignore" : " ^0.3.0" ,
5355 "object-keys" : " ^1.1.1" ,
5456 "rimraf" : " ^2.7.1" ,
5557 "safe-publish-latest" : " ^2.0.0" ,
7072 "is-core-module" : " ^2.9.0" ,
7173 "path-parse" : " ^1.0.7" ,
7274 "supports-preserve-symlinks-flag" : " ^1.0.0"
75+ },
76+ "publishConfig" : {
77+ "ignore" : [
78+ " .github/workflows" ,
79+ " appveyor.yml"
80+ ]
7381 }
7482}
You can’t perform that action at this time.
0 commit comments