Skip to content

Commit

Permalink
Add new paths to env/clean.sh (#738)
Browse files Browse the repository at this point in the history
There are a few new paths that we initialize in env/initialize.sh these
days, and they should also be removed by env/clean.sh.
  • Loading branch information
emaxx-google committed Sep 5, 2022
1 parent f4a8d39 commit fe9db2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions env/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ set -eu

PATHS_TO_CLEAN="
activate
chromedriver
depot_tools
emsdk
nacl_sdk
python2_venv
python3_venv
webports
"

Expand Down

0 comments on commit fe9db2f

Please sign in to comment.