We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd0ffba + 662808e commit c6d9760Copy full SHA for c6d9760
package.json
@@ -15,7 +15,8 @@
15
"build": "npm run build-umd && npm run build-esm && cp index.js.flow dist/index.esm.js.flow && cp index.js.flow dist/index.umd.js.flow",
16
"pretest": "npm run build",
17
"test": "karma start test/karma.config.js",
18
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
19
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
20
},
21
"keywords": [
22
"custom-element",
0 commit comments