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 5, 2019
1 parent ea3e59d commit 894f014
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 @@
"build": "npm run build-umd && npm run build-esm && cp index.js.flow dist/index.esm.js.flow && cp index.js.flow dist/index.umd.js.flow",
"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.4.4",
Expand Down

0 comments on commit 894f014

Please sign in to comment.