We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ea7478 + 0a43b40 commit b03e53fCopy full SHA for b03e53f
package.json
@@ -16,7 +16,8 @@
16
"build": "rollup -c && cp quote-selection.js.flow dist/quote-selection.esm.js.flow && cp quote-selection.js.flow dist/quote-selection.umd.js.flow",
17
"pretest": "npm run build",
18
"test": "karma start test/karma.config.js",
19
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
20
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
21
},
22
"dependencies": {},
23
"devDependencies": {
0 commit comments