From a18007ae7a3841275507add48e73a8e91a982fbd Mon Sep 17 00:00:00 2001 From: Paul Fitzpatrick Date: Tue, 29 Aug 2023 15:21:34 -0400 Subject: [PATCH] remove cached packages for pyodide when cleaning up (#650) If these get messed up, it is hard to track down the problem. --- sandbox/pyodide/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sandbox/pyodide/Makefile b/sandbox/pyodide/Makefile index c2802429..aa74638d 100644 --- a/sandbox/pyodide/Makefile +++ b/sandbox/pyodide/Makefile @@ -21,6 +21,7 @@ save_packages: clean_packages: rm -rf _build/packages + rm -rf _build/pyodide/grist-packages setup: ./setup.sh