|
@@ -116,8 +116,7 @@ Always execute these checks:
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
# From workspace root (recommended)
|
|
# From workspace root (recommended)
|
|
|
-turbo run lint:typecheck --filter @growi/app
|
|
|
|
|
-turbo run lint:biome --filter @growi/app
|
|
|
|
|
|
|
+turbo run lint --filter @growi/app
|
|
|
turbo run test --filter @growi/app
|
|
turbo run test --filter @growi/app
|
|
|
turbo run build --filter @growi/app
|
|
turbo run build --filter @growi/app
|
|
|
```
|
|
```
|