🐛 Fix exporter deps install script

This commit is contained in:
Andrey Antukh 2026-06-11 12:42:08 +02:00
parent a8c1a673a8
commit 935fd85e9c

View File

@ -14,6 +14,7 @@ rm -rf target
pnpm run build;
cp pnpm-lock.yaml target/;
cp pnpm-workspace.yaml target/;
cp package.json target/;
touch target/pnpm-workspace.yaml;