From a3a6eb9bf53717848d6c8455a0f0172ca7d78047 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 25 Aug 2023 09:37:22 +0530 Subject: [PATCH] chore: Force install npm to avoid cache. --- scripts/editor.bash | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/editor.bash b/scripts/editor.bash index ee7792672a..9544261754 100755 --- a/scripts/editor.bash +++ b/scripts/editor.bash @@ -21,7 +21,8 @@ fi npm link mermaid # Install dependencies -npm install +npm install --force + +# Force Build the site +npm run build -- --force -# Build the site -npm run build