summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7d0bc7f44..1f5c01781 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,6 @@
"compile": "pnpm run --filter '{packages}' compile",
"clean": "pnpm run --filter '{packages}' clean",
"pretty": "pnpm run --filter '{packages}' pretty",
- "check": "pnpm run --filter '{packages}' test"
+ "check": "pnpm run --filter '{packages}' --if-present test"
}
}