mirror of
https://github.com/caprover/caprover
synced 2025-12-17 16:55:45 +00:00
Added build successful message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user