Skip to content

Commit

Permalink
Merge pull request #13 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 30, 2019
2 parents 4d5b815 + 1f79afd commit 8fdbed6
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 @@ -16,7 +16,8 @@
"build": "rollup -c && cp src/combobox-nav.js.flow dist/combobox-nav.esm.js.flow && cp src/combobox-nav.js.flow dist/combobox-nav.umd.js.flow",
"test": "karma start test/karma.config.js",
"pretest": "npm run build",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
"devDependencies": {
"@babel/core": "^7.5.5",
Expand Down

0 comments on commit 8fdbed6

Please sign in to comment.