summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLee James <[email protected]>2025-08-06 15:26:46 -0400
committerGitHub <[email protected]>2025-08-06 19:26:46 +0000
commit1fb680baccf93fee5c96167da96fd31e4d57cf6f (patch)
tree77bcd59bbf29d03ab05f79ea4f03e1792dde245a /package.json
parent1f0ad865444c07481385c39b272f9ec2b94d41b9 (diff)
bug(tests): fix test errors (#5678)
Co-authored-by: matt korwel <[email protected]>
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 bb7896c5..17442eaa 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"build:packages": "npm run build --workspaces",
"build:sandbox": "node scripts/build_sandbox.js --skip-npm-install-build",
"bundle": "npm run generate && node esbuild.config.js && node scripts/copy_bundle_assets.js",
- "test": "npm run test --workspaces",
+ "test": "npm run test --workspaces --if-present",
"test:ci": "npm run test:ci --workspaces --if-present && npm run test:scripts",
"test:scripts": "vitest run --config ./scripts/tests/vitest.config.ts",
"test:e2e": "npm run test:integration:sandbox:none -- --verbose --keep-output",