mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 23:56:38 +02:00
👷 Adapt production build script to shadow-cljs.
This commit is contained in:
parent
f7bfc4d135
commit
71afd6719f
2 changed files with 8 additions and 9 deletions
|
@ -1,18 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source ~/.bashrc
|
||||
export NODE_ENV=production;
|
||||
|
||||
set -ex
|
||||
|
||||
npm ci
|
||||
|
||||
export NODE_ENV=production;
|
||||
|
||||
npx gulp dist:clean || exit 1;
|
||||
npx gulp dist || exit 1;
|
||||
|
||||
cp -r ./target/dist ./target/dist2
|
||||
mv ./target/dist2 ./target/dist/dbg
|
||||
|
||||
clojure -Adev tools.clj dist:all || exit 1;
|
||||
shadow-cljs release main
|
||||
|
||||
npx gulp dist:gzip || exit 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue