We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7bf62 commit 7923480Copy full SHA for 7923480
package.json
@@ -20,7 +20,8 @@
20
"build": "npm run build-umd && npm run build-esm",
21
"pretest": "npm run build",
22
"test": "karma start test/karma.config.js",
23
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
24
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
25
},
26
"devDependencies": {
27
"@babel/cli": "^7.5.0",
0 commit comments