Skip to content

Commit 05196e2

Browse files
committed
chore: revert change that doesn't fix the problem
1 parent 05f9a8c commit 05196e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"build:prod": "pnpm run build:tsc --sourceMap false && pnpm run build:webpack-main && pnpm run build:webpack-workers",
4949
"clean": "rm -rf lib dist tsconfig.tsbuildinfo node_modules",
5050
"watch": "tsc --build -w",
51-
"test": "pnpm build && vitest --pool=forks"
51+
"test": "pnpm build && vitest"
5252
},
5353
"keywords": [
5454
"data sync",

0 commit comments

Comments
 (0)