remove cached packages for pyodide when cleaning up (#650)

If these get messed up, it is hard to track down the problem.
This commit is contained in:
Paul Fitzpatrick 2023-08-29 15:21:34 -04:00 committed by GitHub
parent 95b0877686
commit a18007ae7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ save_packages:
clean_packages:
rm -rf _build/packages
rm -rf _build/pyodide/grist-packages
setup:
./setup.sh