We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cded78 commit a978455Copy full SHA for a978455
application/turbo.json
@@ -3,6 +3,7 @@
3
"globalEnv": ["CERTIFICATE_PASSWORD"],
4
"tasks": {
5
"build": {
6
+ "inputs": ["$TURBO_DEFAULT$", "shared/lib/api/*.Api.json"],
7
"outputs": ["dist/**", "tests/test-results/**"],
8
"dependsOn": ["^build"]
9
},
@@ -18,6 +19,7 @@
18
19
20
"dev:setup": {
21
"dependsOn": ["^dev:setup"],
22
23
"outputs": ["dist/**"]
24
25
"lint": {
0 commit comments