Skip to content

Commit c1e3945

Browse files
committed
Update turbo scripts
Signed-off-by: Sora Morimoto <[email protected]>
1 parent b96abb2 commit c1e3945

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"packages/*"
66
],
77
"scripts": {
8-
"build": "turbo run build",
9-
"format": "turbo run format",
10-
"format:check": "turbo run format:check",
11-
"lint": "turbo run lint",
12-
"typecheck": "turbo run typecheck"
8+
"build": "turbo run build --continue --parallel",
9+
"format": "turbo run format --continue --parallel",
10+
"format:check": "turbo run format:check --continue --parallel",
11+
"lint": "turbo run lint --continue --parallel",
12+
"typecheck": "turbo run typecheck --continue --parallel"
1313
},
1414
"resolutions": {
1515
"eslint-plugin-import/tsconfig-paths": "4.2.0"

0 commit comments

Comments
 (0)