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

View File

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