mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
3 lines
97 B
Bash
3 lines
97 B
Bash
|
#!/usr/bin/env bash
|
||
|
sed "/mermaid: ''/d" pnpm-lock.yaml > temp.yaml;
|
||
|
mv temp.yaml pnpm-lock.yaml
|