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 815a9f7 commit 3ccb0e5Copy full SHA for 3ccb0e5
examples/react-airbnb-clone/package.json
@@ -4,7 +4,7 @@
4
"./apps/*"
5
],
6
"scripts": {
7
- "dev": "pnpm --filter=./apps/* --parallel run dev",
+ "dev": "pnpm -r --parallel run dev",
8
"build": "pnpm build-remotes && pnpm build-host",
9
"build-remotes": "pnpm --filter=./apps/* --filter=!airbnb-react-host --parallel run build",
10
"build-host": "pnpm --filter=airbnb-react-host run build",
examples/react-airbnb-clone/pnpm-workspace.yaml
@@ -0,0 +1,2 @@
1
+packages:
2
+ - "apps/*"
0 commit comments