mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-14 16:10:59 -07:00
seamless sandboxing (just set GEMINI_CODE_SANDBOX=true in .env) (#76)
This commit is contained in:
6
scripts/clean.sh
Executable file
6
scripts/clean.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
# remove npm install/build artifacts
|
||||
rm -rf node_modules
|
||||
npm run clean --workspaces
|
||||
Reference in New Issue
Block a user