We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0ffba commit 662808eCopy full SHA for 662808e
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