mirror of
https://github.com/penpot/penpot.git
synced 2025-03-09 06:11:23 -05:00
🐛 Fix issue on frontend build script
This commit is contained in:
parent
0c72a6f7fa
commit
7fa026da15
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ rm -rf target/dist;
|
|||
clojure -M:dev:shadow-cljs release main --config-merge "{:release-version \"${CURRENT_HASH}\"}" $EXTRA_PARAMS || exit 1
|
||||
|
||||
yarn run compile || exit 1;
|
||||
mkdir -p target/dist;
|
||||
rsync -avr resources/public/ target/dist/
|
||||
|
||||
sed -i -re "s/\%version\%/$CURRENT_VERSION/g" ./target/dist/index.html;
|
||||
|
|
Loading…
Add table
Reference in a new issue