From d2a66240ab2f7bb55137f7964de9fef57f11d9b9 Mon Sep 17 00:00:00 2001 From: Achim Friedland Date: Fri, 21 Jun 2024 02:15:02 +0200 Subject: [PATCH] Work around still unfixed dependency problem --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 534e975..038247c 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,8 @@ #!/bin/bash +# https://github.com/Automattic/node-canvas/issues/2375 +rm node_modules/canvas -rf + #tsc -p tsconfig.json sass src/css/chargy.scss src/css/chargy.css webpack -c webpack.config.cjs