Skip to content

Commit da10e50

Browse files
committed
chore: add dev command
1 parent 3dd3250 commit da10e50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"main": "./build/index.js",
77
"types": "./build/index.d.ts",
88
"scripts": {
9+
"dev": "npm run build -- --watch",
910
"test": "vitest",
1011
"build": "tsc -p ./tsconfig.build.json",
1112
"release": "release publish"
@@ -37,4 +38,4 @@
3738
"publishConfig": {
3839
"access": "public"
3940
}
40-
}
41+
}

0 commit comments

Comments
 (0)