We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0793f0f commit 5931ca7Copy full SHA for 5931ca7
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