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 dbfb32a + c096a94 commit 8199cd8Copy full SHA for 8199cd8
package.json
@@ -18,7 +18,8 @@
18
"build": "npm run build-umd && npm run build-esm",
19
"pretest": "npm run build",
20
"test": "karma start test/karma.config.js",
21
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
22
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
23
},
24
"devDependencies": {
25
"@babel/cli": "^7.2.3",
0 commit comments