chore: tidy up turborepo commands

This commit is contained in:
Kim, Jimin 2023-06-29 20:08:36 +09:00
parent 081855a4ec
commit 0a6c64682d
4 changed files with 22 additions and 25 deletions

View file

@ -1,18 +1,17 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"dev": {
"cache": false
},
"build": {
"outputs": ["build/**", "dist/**", "storybook-static/**"],
"cache": false,
"dependsOn": ["^build"]
},
"test": {
"outputs": ["coverage/**"],
"dependsOn": []
"preview": {
"cache": false
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
},
"clean": {