mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 00:31:40 +02:00
✨ Improve deployment related scripts on exporter.
This commit is contained in:
parent
f8881b3c72
commit
ef0330502b
6 changed files with 40 additions and 6 deletions
|
@ -12,7 +12,7 @@ export NODE_ENV=production;
|
|||
# Clean the output directory
|
||||
npx gulp clean || exit 1;
|
||||
|
||||
shadow-cljs release main --config-merge "{:release-version \"${TAG}\"}"
|
||||
npx shadow-cljs release main --config-merge "{:release-version \"${TAG}\"}"
|
||||
npx gulp build || exit 1;
|
||||
npx gulp dist:clean || exit 1;
|
||||
npx gulp dist:copy || exit 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue