Skip to content

Commit e57a05d

Browse files
committed
chore: add dev script
1 parent 1091d25 commit e57a05d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"scripts": {
1717
"clean": "rimraf node_modules dist",
1818
"test": "pnpm build && vitest run",
19+
"dev": "tsc --watch",
1920
"build": "rimraf dist && tsc && rimraf dist/types.js",
2021
"test:watch": "vitest",
2122
"changeset:version": "changeset version",

0 commit comments

Comments
 (0)