Skip to content

Commit 452777b

Browse files
committed
Ok, we'll just address the concurrency aspect then.
1 parent 38dcdef commit 452777b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"pnpm": ">=9"
1414
},
1515
"scripts": {
16-
"build": "concurrently \"turbo build:js\" \"turbo build:types\"",
16+
"build": "concurrently \"pnpm build:types\" \"pnpm build:js\" && pnpm build:examples",
1717
"build:examples": "turbo --filter \"./examples/**\" build",
1818
"build:js": "turbo --filter \"!./examples/**\" build:js",
1919
"build:packages": "concurrently \"pnpm build:types\" \"pnpm build:js\"",

0 commit comments

Comments
 (0)