Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit ba74df2

Browse files
committed
feat(tool): move shell script shortcut toolchain to tools dir
1 parent a6cc141 commit ba74df2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/npm-init.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
npm publish --access public # such flag allows npm to publish public packages instead of private for successful publishing

0 commit comments

Comments
 (0)