We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5b815 commit 1f79afdCopy full SHA for 1f79afd
package.json
@@ -16,7 +16,8 @@
16
"build": "rollup -c && cp src/combobox-nav.js.flow dist/combobox-nav.esm.js.flow && cp src/combobox-nav.js.flow dist/combobox-nav.umd.js.flow",
17
"test": "karma start test/karma.config.js",
18
"pretest": "npm run build",
19
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
20
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
21
},
22
"devDependencies": {
23
"@babel/core": "^7.5.5",
0 commit comments