We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dbbe62 + 2dec9ce commit 37e6894Copy full SHA for 37e6894
package.json
@@ -13,7 +13,8 @@
13
"build": "rollup -c && cp src/task-lists-element.js.flow dist/index.esm.js.flow && cp src/task-lists-element.js.flow dist/index.umd.js.flow",
14
"pretest": "npm run build",
15
"test": "karma start test/karma.config.js",
16
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
17
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
18
},
19
"keywords": [
20
"task",
0 commit comments