We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1559c commit 08ff6d7Copy full SHA for 08ff6d7
turbo.json
@@ -5,7 +5,9 @@
5
"dependsOn": ["^build"],
6
"outputs": ["dist/**"]
7
},
8
- "test": {},
+ "test": {
9
+ "dependsOn": ["^build"]
10
+ },
11
"lint": {},
12
"dev": { "cache": false }
13
0 commit comments