mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
✨ Add missing environment var on frontend build.
This commit is contained in:
parent
1f5050eb01
commit
8caa5c6a65
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue