Skip to content

Commit c5094b3

Browse files
committed
build: turbo outputs dist 명시
1 parent f90b03f commit c5094b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

turbo.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"ui": "tui",
43
"tasks": {
54
"build": {
65
"dependsOn": ["^build"],
76
"inputs": ["$TURBO_DEFAULT$", ".env*"],
8-
"outputs": [".next/**", "!.next/cache/**"]
7+
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
98
},
109
"test": {},
1110
"lint": {

0 commit comments

Comments
 (0)