Thanks to visit codestin.com Credit goes to github.com
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 ab7bf62 + 7923480 commit b24d7b5Copy full SHA for b24d7b5
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