Skip to content

Commit

Permalink
chore: Build only mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Sep 22, 2023
1 parent 8823503 commit 4946813
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/editor.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4946813

Please sign in to comment.