Skip to content

Commit

Permalink
Force yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Feb 27, 2024
1 parent dcd4e13 commit 9139e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/editor.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9139e97

Please sign in to comment.