We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b43b8 commit 88d7f72Copy full SHA for 88d7f72
1 file changed
turbo.json
@@ -2,6 +2,9 @@
2
"$schema": "https://turbo.build/schema.json",
3
"tasks": {
4
"build": {
5
+ "dependsOn": [
6
+ "^build"
7
+ ],
8
"outputLogs": "new-only",
9
"outputs": [
10
"dist/**"
0 commit comments