Skip to content

Commit

Permalink
Merge pull request #17 from github/publish-to-gpr-as-well
Browse files Browse the repository at this point in the history
Publish to GPR as a postpublish step
  • Loading branch information
koddsson committed Aug 7, 2019
2 parents 48ac004 + 6bb7363 commit 27eeb72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -12,7 +12,8 @@
"clean": "rm -rf dist",
"prebuild": "npm run clean && npm run lint && mkdir dist",
"pretest": "npm run build",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
"files": [
"dist"
Expand Down

0 comments on commit 27eeb72

Please sign in to comment.