Skip to content

Commit

Permalink
fix turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Oct 9, 2023
1 parent 1d8c00f commit 79195b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packages/ui/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default defineConfig((options: Options) => ({
},
dts: true,
minify: true,
clean: false,
external: ["react"],
...options,
}));
1 change: 0 additions & 1 deletion packages/utils/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default defineConfig((options: Options) => ({
format: ["esm"],
dts: true,
minify: true,
clean: false,
external: ["react"],
...options,
}));
3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
"outputs": ["!.next/cache/**", ".next/**", "dist/**"]
},
"lint": {},
"dev": {
"cache": false,
"persistent": true
Expand Down

0 comments on commit 79195b9

Please sign in to comment.