Skip to content

Commit

Permalink
feat: 모노레포 dev 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolerblanc committed Nov 27, 2024
1 parent f68014c commit 39f71aa
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
"$schema": "https://turbo.build/schema.json",
"tasks": {
"dev": {
"cache": false
"cache": false,
"persistent": true
},
"build": {
"dependsOn": [
"^build"
],
"outputs": [
"dist/**"
]
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"lint": {},
"test": {}
}
}
}

0 comments on commit 39f71aa

Please sign in to comment.