Skip to content

Commit 6fb6635

Browse files
committed
Added publish:npm script
1 parent 66138a0 commit 6fb6635

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
@@ -32,7 +32,8 @@
3232
"build": "tsdx build --format cjs,esm,system,umd",
3333
"test": "tsdx test",
3434
"lint": "tsdx lint",
35-
"prepare": "npm run build"
35+
"prepare": "npm run build",
36+
"publish:npm": "np"
3637
},
3738
"prettier": {
3839
"printWidth": 80,

0 commit comments

Comments
 (0)