chore: tidy up turborepo commands
This commit is contained in:
parent
081855a4ec
commit
0a6c64682d
4 changed files with 22 additions and 25 deletions
13
turbo.json
13
turbo.json
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue