Hacky fix for pnpm issue

This commit is contained in:
Sidharth Vinod
2022-11-11 02:41:03 +05:30
parent ab92b5c100
commit 1f68ea4058
4 changed files with 2945 additions and 1134 deletions

3
scripts/fixPnpmLock.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
sed "/mermaid: ''/d" pnpm-lock.yaml > temp.yaml;
mv temp.yaml pnpm-lock.yaml