Skip to content

Commit

Permalink
fixup! feat(bundler): consolidate stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed May 29, 2024
1 parent d4de26e commit d26e454
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"@kaizen/package-bundler#build"
],
"inputs": ["src/**", "rollup.config.mjs", "tsconfig*.json"],
"outputs": ["dist/**"],
"cache": false
"outputs": ["dist/**"]
},
"@kaizen/tailwind#build": {
"dependsOn": ["@kaizen/design-tokens#build"],
Expand All @@ -37,8 +36,7 @@
},
"@kaizen/package-bundler#build": {
"inputs": ["bin/*", "src/**", "tsconfig*.json"],
"outputs": ["dist/**"],
"cache": false
"outputs": ["dist/**"]
}
}
}

0 comments on commit d26e454

Please sign in to comment.