Update build.sh

This commit is contained in:
Qstick 2018-01-22 11:58:03 -05:00 committed by GitHub
parent b0070e0229
commit e00c7af8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ RunGulp()
LintUI
ProgressStart 'Running gulp'
CheckExitCode npm run build -- --production
CheckExitCode yarn build --production
ProgressEnd 'Running gulp'
}