mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Minor fix on exporte build script.
This commit is contained in:
parent
d1f6e9635c
commit
c4525030da
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
source /home/uxbox/.zshrc
|
||||
set -ex
|
||||
exec "$@"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
source ~/.bashrc
|
||||
set -ex
|
||||
|
||||
npm ci
|
||||
yarn install
|
||||
rm -rf target
|
||||
|
||||
export NODE_ENV=production;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user