mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
🐛 Fix issue on frontend build script
This commit is contained in:
parent
48b72229c3
commit
16ff29538b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue