Add missing .yarnrc.yml on exporter bundle

This commit is contained in:
Andrey Antukh
2024-04-10 14:58:12 +02:00
parent c55ceb4bca
commit 0bc5a80c51
2 changed files with 1 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ clojure -J-Xms100M -J-Xmx1000M -J-XX:+UseSerialGC -M:dev:shadow-cljs release mai
rm -rf target/app;
# Copy package*.json files
cp ../.yarnrc.yml target/;
cp yarn.lock target/;
cp package.json target/;