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 f088b5e + 4538028 commit bba403aCopy full SHA for bba403a
package.json
@@ -13,7 +13,8 @@
13
"clean": "rm -rf dist",
14
"prebuild": "npm run clean && npm run lint && mkdir dist",
15
"pretest": "npm run build",
16
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
17
+ "postpublish": "npm publish --@github:registry='https://npm.pkg.github.com'"
18
},
19
"files": [
20
"dist",
0 commit comments