diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 63296efe..ed095ffd 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,9 @@ "scripts": { "build": "npm run build --workspaces", "test": "npm run test --workspaces", + "lint": "eslint . --ext .ts,.tsx", + "typecheck": "tsc --noEmit --jsx react", "start": "node ./scripts/check-build-status.js && npm run start --workspace=gemini-code-cli -- \"$@\"", - "lint": "eslint .", "format": "prettier --write ." }, "devDependencies": { |
