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", "$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"]