Skip to content

Commit

Permalink
Merge pull request #35 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 9, 2019
2 parents eb4968e + fc523b6 commit 3e5bebf
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 @@ -24,7 +24,8 @@
"build": "npm run build-umd && npm run build-esm",
"pretest": "npm run build",
"test": "karma start test/karma.config.js",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
Expand Down

0 comments on commit 3e5bebf

Please sign in to comment.