Fix spaces in previous commit

This commit is contained in:
Oleg Korshul 2021-07-22 17:59:06 +03:00
parent fe36bef1d6
commit 79064ecbc1

View file

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