Skip to content

Commit

Permalink
fix: Netlify build
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Nov 16, 2023
1 parent e86f09a commit f0d6789
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/editor.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ mv package.tmp.json package.json
popd

pnpm run -r clean
pnpm build:esbuild
pnpm build:types
pnpm build:mermaid

# Clone the Mermaid Live Editor repository
rm -rf mermaid-live-editor
Expand All @@ -27,7 +27,8 @@ cd mermaid-live-editor
npm install

# Link local mermaid to live editor
npm link ../packages/mermaid
npm link ../packages/mermaid

# Force Build the site
npm run build -- --force

0 comments on commit f0d6789

Please sign in to comment.