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