Skip to content

Commit 2ed894b

Browse files
fix(ci): avoid Vite ENOTEMPTY by skipping party wrapper build
Stop @peerbit/document-react-party build script from building browser-node app during workspace build to avoid Vite prepare-out-dir ENOTEMPTY race in CI.
2 parents 91f84d0 + f91ea5b commit 2ed894b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/programs/data/document/react/e2e/party/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "node ./scripts/dev.mjs",
8-
"build": "pnpm --dir ./shared build && pnpm --dir ./browser-node build",
8+
"build": "echo 'No build step for @peerbit/document-react-party'",
99
"preview": "pnpm --dir ./shared build && pnpm --dir ./browser-node preview",
1010
"test": "playwright test --config playwright.config.ts",
1111
"test:headed": "PWDEBUG=1 pnpm test -- --headed"

0 commit comments

Comments
 (0)