Skip to content

Commit ac32ce6

Browse files
Bring back lint:fix & test tasks (#1798)
1 parent 04dc231 commit ac32ce6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

turbo.json

+7
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,18 @@
5454
"lint": {
5555
"dependsOn": ["topo"]
5656
},
57+
"lint:fix": {
58+
"dependsOn": ["topo"]
59+
},
5760
"start": {
5861
"dependsOn": ["^build", "^start"],
5962
"cache": false,
6063
"persistent": true
6164
},
65+
"test": {
66+
"cache": false,
67+
"persistent": true
68+
},
6269
"test:ci": {
6370
"dependsOn": ["topo"],
6471
"inputs": ["src/**/*.test.ts", "src/**/*.test.tsx", "src/**/*.spec.ts", "src/**/*.spec.tsx"],

0 commit comments

Comments
 (0)