Skip to content

Commit f91ea5b

Browse files
fix(ci): skip document-react-party wrapper build
1 parent 91f84d0 commit f91ea5b

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)