Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit bdf8e31

Browse files
authored
Merge pull request #44 from github/publish-to-gpr-as-well
Publish to GPR as a postpublish step
2 parents 3e80940 + 3d69ed2 commit bdf8e31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"build": "npm run build-umd && npm run build-esm",
1616
"pretest": "npm run build",
1717
"test": "karma start test/karma.config.js",
18-
"prepublishOnly": "npm run build"
18+
"prepublishOnly": "npm run build",
19+
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
1920
},
2021
"keywords": [
2122
"dialog",

0 commit comments

Comments
 (0)