Skip to content

Commit edadb11

Browse files
committed
chore: run only unit tests with test command
1 parent daaa2ab commit edadb11

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
@@ -36,7 +36,7 @@
3636
"lint:prettier": "prettier --write --loglevel warn",
3737
"prepublishOnly": "pnpm lint && pnpm test",
3838
"release": "np",
39-
"test": "pnpm test:types && pnpm test:unit && pnpm test:e2e",
39+
"test": "vitest run",
4040
"test:unit": "vitest run",
4141
"test:e2e": "playwright test",
4242
"test:types": "tsc --noEmit",

0 commit comments

Comments
 (0)