mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-14 12:59:46 +02: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