mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
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:
@@ -21,6 +21,7 @@ save_packages:
|
||||
|
||||
clean_packages:
|
||||
rm -rf _build/packages
|
||||
rm -rf _build/pyodide/grist-packages
|
||||
|
||||
setup:
|
||||
./setup.sh
|
||||
|
||||
Reference in New Issue
Block a user