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.
2 parents ea3e59d + 894f014 commit acbf9f5Copy full SHA for acbf9f5
package.json
@@ -20,7 +20,8 @@
20
"build": "npm run build-umd && npm run build-esm && cp index.js.flow dist/index.esm.js.flow && cp index.js.flow dist/index.umd.js.flow",
21
"pretest": "npm run build",
22
"test": "karma start test/karma.config.js",
23
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
24
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
25
},
26
"devDependencies": {
27
"@babel/cli": "^7.4.4",
0 commit comments