We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c52517 commit 6b63b03Copy full SHA for 6b63b03
package.json
@@ -52,6 +52,7 @@
52
"esbuild:build": "node ./esbuild.mjs",
53
"build": "npm run esbuild:build",
54
"prepublishOnly": "npm run build",
55
- "pub":"npm publish --registry=https://registry.npmjs.org"
+ "pub":"npm publish --registry=https://registry.npmjs.org",
56
+ "pub-gh":"npm publish --registry=https://npm.pkg.github.com/ --scope=@Box3TRC @Box3TRC/areact"
57
}
58
0 commit comments