Merge pull request #1008 from ONLYOFFICE/release/v6.4.0

Release/v6.4.0
This commit is contained in:
Oleg Korshul 2021-07-22 17:58:52 +03:00 committed by GitHub
commit 50663b460f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,5 +31,8 @@ rm('./www/', (removeErr) => {
}
console.log(chalk.cyan('Build complete.\n'));
if (env == 'development')
process.exit(0);
});
});