mirror of
https://github.com/penpot/penpot.git
synced 2025-07-28 14:37:12 +02:00
✨ Reduce verbosity of frontend build script
This commit is contained in:
parent
1f652fe364
commit
2b6a91819b
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,9 @@
|
|||
# NOTE: this script should be called from the parent directory to
|
||||
# properly work.
|
||||
|
||||
set -ex
|
||||
|
||||
export INCLUDE_STORYBOOK=${BUILD_STORYBOOK:-no};
|
||||
export INCLUDE_WASM=${BUILD_WASM:-yes};
|
||||
|
||||
export CURRENT_VERSION=$1;
|
||||
export BUILD_DATE=$(date -R);
|
||||
export CURRENT_HASH=${CURRENT_HASH:-$(git rev-parse --short HEAD)};
|
||||
|
@ -17,6 +15,8 @@ export TS=$(date +%s);
|
|||
# performant code on macros (example: rumext)
|
||||
export NODE_ENV=production;
|
||||
|
||||
set -ex
|
||||
|
||||
corepack enable;
|
||||
corepack install || exit 1;
|
||||
yarn install || exit 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue