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

If these get messed up, it is hard to track down the problem.
pull/656/head
Paul Fitzpatrick 9 months ago committed by GitHub
parent 95b0877686
commit a18007ae7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save