mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +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:
parent
95b0877686
commit
a18007ae7a
@ -21,6 +21,7 @@ save_packages:
|
||||
|
||||
clean_packages:
|
||||
rm -rf _build/packages
|
||||
rm -rf _build/pyodide/grist-packages
|
||||
|
||||
setup:
|
||||
./setup.sh
|
||||
|
Loading…
Reference in New Issue
Block a user