diff options
| author | Olcan <[email protected]> | 2025-04-21 07:50:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-21 07:50:18 -0700 |
| commit | 39bdedab9c218ca1e4eb7204e7c1dd085be98635 (patch) | |
| tree | 83806d21e6bbf036b92d9b792999d9474d4a9389 /scripts/clean.sh | |
| parent | bfb064024e3e88c0f707595b50e48a1e7c65063b (diff) | |
seamless sandboxing (just set GEMINI_CODE_SANDBOX=true in .env) (#76)
Diffstat (limited to 'scripts/clean.sh')
| -rwxr-xr-x | scripts/clean.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/clean.sh b/scripts/clean.sh new file mode 100755 index 00000000..1e523087 --- /dev/null +++ b/scripts/clean.sh @@ -0,0 +1,6 @@ +#!/bin/bash +set -euo pipefail + +# remove npm install/build artifacts +rm -rf node_modules +npm run clean --workspaces |
