Skip to content

Commit 0d30202

Browse files
committed
chore(makefile): run vitest script for test target
1 parent 7a387a3 commit 0d30202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lint:
2626
pnpm run lint
2727

2828
test:
29-
pnpm turbo test
29+
pnpm run test
3030

3131
test-coverage:
3232
pnpm run test:coverage

0 commit comments

Comments
 (0)