empty outputs of lint and test
This commit is contained in:
parent
de532c72d6
commit
9992d7da1a
|
@ -1,7 +1,9 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://turborepo.org/schema.json",
|
"$schema": "https://turborepo.org/schema.json",
|
||||||
"pipeline": {
|
"pipeline": {
|
||||||
"lint": {},
|
"lint": {
|
||||||
|
"outputs": []
|
||||||
|
},
|
||||||
"format": {},
|
"format": {},
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build"]
|
"dependsOn": ["^build"]
|
||||||
|
@ -25,7 +27,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"dependsOn": ["build"]
|
"dependsOn": ["build"],
|
||||||
|
"outputs": []
|
||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"dependsOn": ["^build", "build"]
|
"dependsOn": ["^build", "build"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user