Skip to content

Commit 88d7f72

Browse files
authored
build: fix build order (#985)
1 parent 32b43b8 commit 88d7f72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

turbo.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"$schema": "https://turbo.build/schema.json",
33
"tasks": {
44
"build": {
5+
"dependsOn": [
6+
"^build"
7+
],
58
"outputLogs": "new-only",
69
"outputs": [
710
"dist/**"

0 commit comments

Comments
 (0)