Skip to content

Commit a7bb1fc

Browse files
committed
(pkg): add a 'pub' script shortcut for build and publish
- and gets rid of confusion for future me or future contributors what the proper process for publishing is
1 parent 12ff92e commit a7bb1fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"start": "tsdx watch",
3131
"build": "tsdx build",
3232
"test": "npm run build && npm pack",
33+
"pub": "npm run build && npm publish",
3334
"changelog": "changelog-maker"
3435
},
3536
"peerDependencies": {

0 commit comments

Comments
 (0)