We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cf19f commit 05f9a8cCopy full SHA for 05f9a8c
packages/web/package.json
@@ -48,7 +48,7 @@
48
"build:prod": "pnpm run build:tsc --sourceMap false && pnpm run build:webpack-main && pnpm run build:webpack-workers",
49
"clean": "rm -rf lib dist tsconfig.tsbuildinfo node_modules",
50
"watch": "tsc --build -w",
51
- "test": "pnpm build && vitest --testTimeout=25000"
+ "test": "pnpm build && vitest --pool=forks"
52
},
53
"keywords": [
54
"data sync",
0 commit comments