mirror of
https://github.com/penpot/penpot.git
synced 2025-04-01 01:21:21 -05:00
🐛 Minor fix on exporte build script.
This commit is contained in:
parent
d1f6e9635c
commit
c4525030da
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
source /home/uxbox/.zshrc
|
||||||
set -ex
|
set -ex
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
npm ci
|
yarn install
|
||||||
rm -rf target
|
rm -rf target
|
||||||
|
|
||||||
export NODE_ENV=production;
|
export NODE_ENV=production;
|
||||||
|
|
Loading…
Add table
Reference in a new issue