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