mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 12:18:32 +00:00
🐛 Fix issue on frontend build script
This commit is contained in:
parent
48b72229c3
commit
16ff29538b
@ -19,6 +19,7 @@ export NODE_ENV=production;
|
||||
yarn install || exit 1;
|
||||
rm -rf resources/public;
|
||||
rm -rf target/dist;
|
||||
mkdir -p resources/public/js;
|
||||
|
||||
yarn run build:wasm || exit 1;
|
||||
yarn run build:app:main --config-merge "{:release-version \"${CURRENT_HASH}-${TS}\"}" $EXTRA_PARAMS || exit 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user