empty outputs of lint and test

This commit is contained in:
Vyacheslav Matyukhin 2022-10-08 21:34:31 +04:00
parent de532c72d6
commit 9992d7da1a
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -1,7 +1,9 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"lint": {},
"lint": {
"outputs": []
},
"format": {},
"build": {
"dependsOn": ["^build"]
@ -25,7 +27,8 @@
]
},
"test": {
"dependsOn": ["build"]
"dependsOn": ["build"],
"outputs": []
},
"bundle": {
"dependsOn": ["^build", "build"]