Skip to content

Commit 5b4c2c7

Browse files
committed
update
1 parent d45cb39 commit 5b4c2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "turbo run build",
88
"watch": "turbo run watch build",
99
"lint": "turbo run lint",
10-
"test": "turbo run test",
10+
"test": "vitest run",
1111
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
1212
"pr": "gh pr create --fill-first --base dev",
1313
"merge-main": "gh pr create --title \"merge dev to main\" --body \"\" --base main --head dev",

0 commit comments

Comments
 (0)