Skip to content

Commit 3d55d1d

Browse files
committed
chore: dev
1 parent 6ece3f5 commit 3d55d1d

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
@@ -21,6 +21,7 @@
2121
"lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
2222
"lint:fix": "pnpm run lint --write",
2323
"test:types": "tsc --build tsconfig.json",
24+
"dev": "vitest",
2425
"test:unit": "vitest",
2526
"test": "pnpm run test:types && pnpm run test:unit run --coverage && pnpm run build",
2627
"prepare": "simple-git-hooks"

0 commit comments

Comments
 (0)