From 4946813ac6ed578ac3a896d6852d241c9eb2a992 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 22 Sep 2023 10:47:06 +0530 Subject: [PATCH] chore: Build only mermaid --- scripts/editor.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/editor.bash b/scripts/editor.bash index c1f3f51c8..8c1d4e2c6 100755 --- a/scripts/editor.bash +++ b/scripts/editor.bash @@ -8,9 +8,9 @@ jq ".version = .version + \"+${COMMIT_REF:0:7}\"" package.json > package.tmp.jso mv package.tmp.json package.json popd - -pnpm build - +pnpm run -r clean +pnpm build:types +pnpm build:mermaid # Clone the Mermaid Live Editor repository rm -rf mermaid-live-editor