Skip to content

Commit 3e337b1

Browse files
iobuhovgjulivan
authored andcommitted
build: fix issue with build and release commands
1 parent 87698cb commit 3e337b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"outputs": ["dist/**", "!dist/tmp/**"]
1313
},
1414
"release": {
15-
"dependsOn": ["^build", "verify"],
15+
"dependsOn": ["build", "^build", "verify"],
1616
"outputs": ["dist/**", "!dist/tmp/**"]
1717
},
1818
"build:module": {

0 commit comments

Comments
 (0)