0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-04 19:11:20 -05:00

📎 Adapt exporter and frontend build scripts.

This commit is contained in:
Andrey Antukh 2021-06-02 14:28:59 +02:00
parent f0e78f693f
commit 8da0e9adb2
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ rm -rf target
export NODE_ENV=production;
# Build the application
npx shadow-cljs release main
clojure -M:dev:shadow-cljs release main
# Remove source
rm -rf target/app

View file

@ -8,7 +8,7 @@ EXTRA_PARAMS=$SHADOWCLJS_EXTRA_PARAMS;
yarn install || exit 1;
npx gulp clean || exit 1;
npx shadow-cljs release main --config-merge "{:release-version \"${CURRENT_HASH}\"}" $EXTRA_PARAMS || exit 1
clojure -M:dev:shadow-cljs release main --config-merge "{:release-version \"${CURRENT_HASH}\"}" $EXTRA_PARAMS || exit 1
npx gulp build || exit 1;
npx gulp dist:clean || exit 1;
npx gulp dist:copy || exit 1;