Skip to content

Commit

Permalink
Merge pull request #10 from github/fix-gpr-publish
Browse files Browse the repository at this point in the history
Don't run scripts when publishing to GPR
  • Loading branch information
koddsson authored Aug 5, 2019
2 parents bba403a + aa5bd56 commit d24f7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prebuild": "npm run clean && npm run lint && mkdir dist",
"pretest": "npm run build",
"prepublishOnly": "npm run build",
"postpublish": "npm publish --@github:registry='https://npm.pkg.github.com'"
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
"files": [
"dist",
Expand Down

0 comments on commit d24f7d3

Please sign in to comment.