We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba403a commit aa5bd56Copy full SHA for aa5bd56
1 file changed
package.json
@@ -14,7 +14,7 @@
14
"prebuild": "npm run clean && npm run lint && mkdir dist",
15
"pretest": "npm run build",
16
"prepublishOnly": "npm run build",
17
- "postpublish": "npm publish --@github:registry='https://npm.pkg.github.com'"
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
18
},
19
"files": [
20
"dist",
0 commit comments