We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb4968e + fc523b6 commit 3e5bebfCopy full SHA for 3e5bebf
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