Skip to content

Commit d24f7d3

Browse files
authored
Merge pull request #10 from github/fix-gpr-publish
Don't run scripts when publishing to GPR
2 parents bba403a + aa5bd56 commit d24f7d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prebuild": "npm run clean && npm run lint && mkdir dist",
1515
"pretest": "npm run build",
1616
"prepublishOnly": "npm run build",
17-
"postpublish": "npm publish --@github:registry='https://npm.pkg.github.com'"
17+
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
1818
},
1919
"files": [
2020
"dist",

0 commit comments

Comments
 (0)