Skip to content

Commit

Permalink
add turbo cache back
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Chong committed Sep 6, 2024
1 parent 30ad1ff commit c735913
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"dependsOn": ["^build"]
},
"@docs/storybook#dev": {
"dependsOn": ["^build", "build:tailwind"],
"cache": false
"dependsOn": ["^build", "build:tailwind"]
},
"lint:ts": {
"dependsOn": ["^build"]
Expand All @@ -25,30 +24,25 @@
"@docs/storybook#build:tailwind": {
"dependsOn": ["^build"],
"inputs": ["packages/**", "docs/**"],
"outputs": ["docs/.storybook/preview.css"],
"cache": false
"outputs": ["docs/.storybook/preview.css"]
},
"@docs/storybook#build:docs": {
"dependsOn": ["^build", "build:tailwind"],
"inputs": ["packages/**", "docs/**"],
"outputs": ["docs/storybook-static/**"],
"cache": false
"outputs": ["docs/storybook-static/**"]
},
"@docs/storybook#build:test": {
"dependsOn": ["^build", "build:tailwind"],
"inputs": ["packages/**", "docs/**"],
"outputs": ["docs/storybook-static/**"],
"cache": false
"outputs": ["docs/storybook-static/**"]
},
"@docs/storybook#build:chromatic": {
"dependsOn": ["^build", "build:tailwind"],
"outputs": ["docs/storybook-static/**"],
"cache": false
"outputs": ["docs/storybook-static/**"]
},
"@docs/storybook#test:storybook": {
"dependsOn": ["^build", "build:tailwind"],
"outputs": ["docs/storybook-static/**"],
"cache": false
"outputs": ["docs/storybook-static/**"]
},
"@kaizen/components#build": {
"dependsOn": [
Expand Down

0 comments on commit c735913

Please sign in to comment.