chore: Build only mermaid

This commit is contained in:
Sidharth Vinod 2023-09-22 10:47:06 +05:30
parent 882350311b
commit 4946813ac6
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 3 additions and 3 deletions

View File

@ -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