Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 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 297aa2c + 1f55216 commit ba14d58
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 @@ -14,7 +14,8 @@
"build-esm": "BABEL_ENV=esm babel index.js -o dist/index.esm.js && cp index.js.flow dist/index.esm.js.flow",
"build": "npm run build-umd && npm run build-esm && cp index.d.ts dist/index.d.ts",
"test": "BABEL_ENV=umd mocha --require @babel/register && tsc --noEmit --strict test/test.ts",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
"keywords": [
"flow",
Expand Down

0 comments on commit ba14d58

Please sign in to comment.