Skip to content

Commit

Permalink
Merge pull request #5 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 authored Aug 6, 2019
2 parents 56819d0 + d181bbd commit 9c42e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"lint": "github-lint",
"prepublishOnly": "npm run build",
"test": "BABEL_ENV=umd mocha --require @babel/register && npm run tsc",
"tsc": "tsc --noEmit test/index.ts"
"tsc": "tsc --noEmit test/index.ts",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
"babel": {
"env": {
Expand Down

0 comments on commit 9c42e29

Please sign in to comment.