Add basic non blocking CI workflow. (#21)

This commit is contained in:
Allen Hutchison
2025-04-18 10:20:39 -07:00
committed by GitHub
parent 97db77997f
commit 7878f54043
2 changed files with 57 additions and 1 deletions
+2 -1
View File
@@ -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": {