Skip to content

Commit

Permalink
Rename watch script to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0x80 committed Apr 16, 2024
1 parent 61122c2 commit 9104b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"scripts": {
"build": "tsup-node",
"build:watch": "tsup-node --watch",
"dev": "tsup-node --watch",
"test": "vitest",
"format": "prettier --write .",
"lint:format": "prettier --check .",
Expand Down

0 comments on commit 9104b01

Please sign in to comment.