Skip to content

Commit

Permalink
add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
nandubatchu committed Aug 12, 2024
1 parent 887b12c commit a231dc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
"analyze": "size-limit --why",
"release": "./node_modules/.bin/np"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit a231dc5

Please sign in to comment.