We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npmignore
1 parent 6ee186b commit e0770e5Copy full SHA for e0770e5
.gitignore
@@ -9,3 +9,5 @@ yarn.lock
9
10
coverage
11
.nyc_output
12
+
13
+.npmignore
package.json
@@ -9,6 +9,7 @@
"test": "test"
},
"scripts": {
+ "prepack": "npmignore --auto --commentLines=autogenerated",
"prepublishOnly": "safe-publish-latest",
14
"prepublish": "not-in-publish || npm run prepublishOnly",
15
"pretest": "npm run lint",
@@ -32,6 +33,7 @@
32
33
"auto-changelog": "^2.4.0",
34
"eslint": "=8.8.0",
35
"in-publish": "^2.0.1",
36
+ "npmignore": "^0.3.0",
37
"safe-publish-latest": "^2.0.0",
38
"tape": "^5.7.1"
39
@@ -86,5 +88,10 @@
86
88
"commitLimit": false,
87
89
"backfillLimit": false,
90
"hideCredit": true
91
+ },
92
+ "publishConfig": {
93
+ "ignore": [
94
+ ".github/workflows"
95
+ ]
96
}
97
0 commit comments