From f86da19362d4709354103efb6c960d850f7ae2ae Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 19 Mar 2024 08:45:19 +0530 Subject: [PATCH] Remove `--force` flag --- scripts/editor.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/editor.bash b/scripts/editor.bash index ad9c8bcb4..9ac9ad6f7 100755 --- a/scripts/editor.bash +++ b/scripts/editor.bash @@ -28,5 +28,5 @@ yarn install yarn link mermaid # Force Build the site -yarn run build --force +yarn run build