mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
✨ Add missing .yarnrc.yml on exporter bundle
This commit is contained in:
@@ -101,7 +101,6 @@ WORKDIR /opt/penpot/exporter
|
|||||||
USER penpot:penpot
|
USER penpot:penpot
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
yarn config set httpTimeout 600000; \
|
|
||||||
yarn install; \
|
yarn install; \
|
||||||
yarn run playwright install chromium;
|
yarn run playwright install chromium;
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ clojure -J-Xms100M -J-Xmx1000M -J-XX:+UseSerialGC -M:dev:shadow-cljs release mai
|
|||||||
rm -rf target/app;
|
rm -rf target/app;
|
||||||
|
|
||||||
# Copy package*.json files
|
# Copy package*.json files
|
||||||
|
cp ../.yarnrc.yml target/;
|
||||||
cp yarn.lock target/;
|
cp yarn.lock target/;
|
||||||
cp package.json target/;
|
cp package.json target/;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user