Skip to content

Commit

Permalink
chore: push better live editor script alongside
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Jul 16, 2024
1 parent acb799c commit 38a7a47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/editor.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ pnpm build:esbuild
pnpm build:types

# Clone the Mermaid Live Editor repository
rm -rf mermaid-live-editor
git clone --single-branch https://github.com/mermaid-js/mermaid-live-editor.git

cd mermaid-live-editor
git clean -xdf
rm -rf docs/

# We have to use npm instead of yarn because it causes trouble in netlify
# Install dependencies
Expand Down

0 comments on commit 38a7a47

Please sign in to comment.