We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c79d47 commit 3775e49Copy full SHA for 3775e49
package.json
@@ -10,8 +10,8 @@
10
],
11
"scripts": {
12
"dev": "pnpm -F playground dev",
13
- "test": "pnpm run -r test --if-present",
14
- "test-ci": "pnpm run -r test-ci --if-present",
+ "test": "pnpm --if-present -r run test",
+ "test-ci": "pnpm --if-present -r run test-ci",
15
"test-libs": "pnpm -F '@linusborg/*' run test",
16
"docs": "pnpm -F docs run dev",
17
"docs-build": "pnpm -F docs run build",
0 commit comments