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 758f21b + 689850f commit 3cb46faCopy full SHA for 3cb46fa
package.json
@@ -18,7 +18,8 @@
18
"build": "rollup -c && cp index.js.flow dist/index.esm.js.flow && cp index.js.flow dist/index.umd.js.flow",
19
"pretest": "npm run build",
20
"test": "karma start test/karma.config.js",
21
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
22
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
23
},
24
"devDependencies": {
25
"@babel/cli": "^7.4.4",
0 commit comments