fix: Netlify build

This commit is contained in:
Sidharth Vinod
2023-11-16 11:03:55 +05:30
parent e86f09aaed
commit f0d6789722

View File

@@ -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
@@ -31,3 +31,4 @@ npm link ../packages/mermaid
# Force Build the site # Force Build the site
npm run build -- --force npm run build -- --force