Merge branch 'develop' into 6638-sequence-diagram-additional-messages

This commit is contained in:
omkarht
2025-09-15 12:50:11 +05:30
committed by GitHub

View File

@@ -11,7 +11,6 @@ pushd packages/mermaid
# Append commit hash to version # Append commit hash to version
jq ".version = .version + \"+${COMMIT_REF:0:7}\"" package.json > package.tmp.json jq ".version = .version + \"+${COMMIT_REF:0:7}\"" package.json > package.tmp.json
mv package.tmp.json package.json mv package.tmp.json package.json
yarn link
popd popd
pnpm run -r clean pnpm run -r clean
@@ -26,13 +25,14 @@ cd mermaid-live-editor
git clean -xdf git clean -xdf
rm -rf docs/ rm -rf docs/
# We have to use npm instead of yarn because it causes trouble in netlify # Tells PNPM that mermaid-live-editor is not part of this workspace
touch pnpm-workspace.yaml
# Install dependencies # Install dependencies
yarn install pnpm install --frozen-lockfile
# Link local mermaid to live editor # Link local mermaid to live editor
yarn link mermaid pnpm link ../packages/mermaid
# Force Build the site # Force Build the site
yarn run build pnpm run build