Added build successful message

This commit is contained in:
Kasra Bigdeli
2020-01-02 18:04:10 -05:00
parent de54d34f3a
commit 61a5d1f43d
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ exec('npm run build')
console.log('----------')
if (
!data.startsWith('> caprover@0.0.0') ||
!data.endsWith('rm -rf ./built && npx tsc')
!data.endsWith('Build successful')
) {
console.log('Unexpected output:')
throw new Error(data)