Skip to content

Commit

Permalink
publish to GPR as a postpublish step
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Aug 6, 2019
1 parent d48a9fc commit b56e8c4
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 b56e8c4

Please sign in to comment.