mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
fix: Netlify build
This commit is contained in:
@@ -13,8 +13,8 @@ mv package.tmp.json package.json
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
pnpm run -r clean
|
pnpm run -r clean
|
||||||
|
pnpm build:esbuild
|
||||||
pnpm build:types
|
pnpm build:types
|
||||||
pnpm build:mermaid
|
|
||||||
|
|
||||||
# Clone the Mermaid Live Editor repository
|
# Clone the Mermaid Live Editor repository
|
||||||
rm -rf mermaid-live-editor
|
rm -rf mermaid-live-editor
|
||||||
@@ -27,7 +27,8 @@ cd mermaid-live-editor
|
|||||||
npm install
|
npm install
|
||||||
|
|
||||||
# Link local mermaid to live editor
|
# Link local mermaid to live editor
|
||||||
npm link ../packages/mermaid
|
npm link ../packages/mermaid
|
||||||
|
|
||||||
# Force Build the site
|
# Force Build the site
|
||||||
npm run build -- --force
|
npm run build -- --force
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user