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

undo build.js
This commit is contained in:
maxkadushkin 2021-07-22 18:25:47 +03:00 committed by GitHub
commit bc746c723e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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