Skip to content

Commit

Permalink
fix: build 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Sep 25, 2023
1 parent 7340345 commit 4f23d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"build:preview": {
"outputs": ["dist/**", "build/**", ".next/**"],
"dependsOn": ["^build"],
"dependsOn": ["build", "^build"],
"cache": true
},
"build:storybook": {
"outputs": ["storybook-static/**"],
"dependsOn": ["^build"],
"dependsOn": ["build", "^build"],
"cache": true
},
"test": {
Expand Down

0 comments on commit 4f23d13

Please sign in to comment.