We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56819d0 + d181bbd commit 9c42e29Copy full SHA for 9c42e29
package.json
@@ -20,7 +20,8 @@
20
"lint": "github-lint",
21
"prepublishOnly": "npm run build",
22
"test": "BABEL_ENV=umd mocha --require @babel/register && npm run tsc",
23
- "tsc": "tsc --noEmit test/index.ts"
+ "tsc": "tsc --noEmit test/index.ts",
24
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
25
},
26
"babel": {
27
"env": {
0 commit comments