Skip to content

Commit 3775e49

Browse files
committed
fix test command
1 parent 3c79d47 commit 3775e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
],
1111
"scripts": {
1212
"dev": "pnpm -F playground dev",
13-
"test": "pnpm run -r test --if-present",
14-
"test-ci": "pnpm run -r test-ci --if-present",
13+
"test": "pnpm --if-present -r run test",
14+
"test-ci": "pnpm --if-present -r run test-ci",
1515
"test-libs": "pnpm -F '@linusborg/*' run test",
1616
"docs": "pnpm -F docs run dev",
1717
"docs-build": "pnpm -F docs run build",

0 commit comments

Comments
 (0)