We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2974bf + 428f982 commit c4cf0f2Copy full SHA for c4cf0f2
1 file changed
package.json
@@ -13,7 +13,8 @@
13
"build": "rollup -c && cp src/index.js.flow dist/index.esm.js.flow && cp src/index.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
"auto-complete"
0 commit comments