hide the output of quartz build
This commit is contained in:
parent
feb514e19f
commit
2c9bf01213
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ main() {
|
|||
npm i >/dev/null
|
||||
|
||||
echo "Building Quartz..."
|
||||
npx quartz build
|
||||
npx quartz build >/dev/null
|
||||
|
||||
echo "Starting Nginx..."
|
||||
exec nginx -g "daemon off;"
|
||||
|
|
Loading…
Reference in a new issue