mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 12:14:07 +01:00
Hacky fix for pnpm issue
This commit is contained in:
3
scripts/fixPnpmLock.sh
Executable file
3
scripts/fixPnpmLock.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
sed "/mermaid: ''/d" pnpm-lock.yaml > temp.yaml;
|
||||
mv temp.yaml pnpm-lock.yaml
|
||||
Reference in New Issue
Block a user