Skip to content

Commit 3ccb0e5

Browse files
authored
feat: adjust pnpm filter for airbnb example (#111)
1 parent 815a9f7 commit 3ccb0e5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/react-airbnb-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"./apps/*"
55
],
66
"scripts": {
7-
"dev": "pnpm --filter=./apps/* --parallel run dev",
7+
"dev": "pnpm -r --parallel run dev",
88
"build": "pnpm build-remotes && pnpm build-host",
99
"build-remotes": "pnpm --filter=./apps/* --filter=!airbnb-react-host --parallel run build",
1010
"build-host": "pnpm --filter=airbnb-react-host run build",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
packages:
2+
- "apps/*"

0 commit comments

Comments
 (0)