We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f088b5e commit 4538028Copy full SHA for 4538028
1 file changed
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