mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
Merge branch 'next' into add-pie-langium-parser
This commit is contained in:
@@ -6,8 +6,15 @@ set -euxo pipefail
|
||||
# Increase heap size
|
||||
export NODE_OPTIONS="--max_old_space_size=4096"
|
||||
|
||||
# Build mermaid
|
||||
pnpm build
|
||||
pushd packages/mermaid
|
||||
# Append commit hash to version
|
||||
jq ".version = .version + \"+${COMMIT_REF:0:7}\"" package.json > package.tmp.json
|
||||
mv package.tmp.json package.json
|
||||
popd
|
||||
|
||||
pnpm run -r clean
|
||||
pnpm build:types
|
||||
pnpm build:mermaid
|
||||
|
||||
# Clone the Mermaid Live Editor repository
|
||||
rm -rf mermaid-live-editor
|
||||
|
Reference in New Issue
Block a user