Skip to content

Commit 6b63b03

Browse files
committed
npm pub-gh
1 parent 7c52517 commit 6b63b03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"esbuild:build": "node ./esbuild.mjs",
5353
"build": "npm run esbuild:build",
5454
"prepublishOnly": "npm run build",
55-
"pub":"npm publish --registry=https://registry.npmjs.org"
55+
"pub":"npm publish --registry=https://registry.npmjs.org",
56+
"pub-gh":"npm publish --registry=https://npm.pkg.github.com/ --scope=@Box3TRC @Box3TRC/areact"
5657
}
5758
}

0 commit comments

Comments
 (0)