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