Skip to content

Commit

Permalink
Fix turbo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rogaldh committed Mar 27, 2024
1 parent 74eb8b9 commit 6fb34bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"pipeline": {
"build": {
"outputs": ["storybook-static/**", ".next/**"],
"dependsOn": ["lint"]
"dependsOn": ["lint", "^build"]
},
"dev": { "cache": false, "persistent": true, "dependsOn": ["build"] },
"lint": {},
Expand Down

0 comments on commit 6fb34bf

Please sign in to comment.