mirror of
https://github.com/penpot/penpot.git
synced 2026-05-28 11:23:42 +00:00
✨ Add missing environment var on frontend build.
This commit is contained in:
parent
1f5050eb01
commit
8caa5c6a65
@ -15,7 +15,7 @@ export NODE_ENV=production;
|
|||||||
# Clean the output directory
|
# Clean the output directory
|
||||||
npx gulp clean || exit 1;
|
npx gulp clean || exit 1;
|
||||||
|
|
||||||
npx shadow-cljs release main --config-merge "{:release-version \"${TAG}\"}"
|
npx shadow-cljs release main --config-merge "{:release-version \"${TAG}\"}" $SHADOWCLJS_EXTRA_PARAMS
|
||||||
npx gulp build || exit 1;
|
npx gulp build || exit 1;
|
||||||
npx gulp dist:clean || exit 1;
|
npx gulp dist:clean || exit 1;
|
||||||
npx gulp dist:copy || exit 1;
|
npx gulp dist:copy || exit 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user