From 9139e97884fb9f7c90a746abed19bc6699a9b2e7 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 27 Feb 2024 10:23:32 +0530 Subject: [PATCH] Force yarn install --- scripts/editor.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/editor.bash b/scripts/editor.bash index 768246d084..386b0e17de 100755 --- a/scripts/editor.bash +++ b/scripts/editor.bash @@ -2,7 +2,7 @@ set -euxo pipefail -npm install -g yarn +npm install -g yarn --force pushd packages/mermaid # Append commit hash to version jq ".version = .version + \"+${COMMIT_REF:0:7}\"" package.json > package.tmp.json