Skip to content

Commit

Permalink
TYPO: buliding -> building.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Lunt committed Jul 16, 2018
1 parent d3481cb commit a027d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/tishadow
Expand Up @@ -203,7 +203,7 @@ program.command('express')
var hooks = spawn('ti', ['config','paths.hooks','-a',path.join( __dirname ,'..', 'plugin','yy.tishadow','1.0','hooks')]);
hooks.stderr.pipe(process.stderr);
hooks.on("exit", function(code) {
code === 0 && logger.info("Titanium CLI hook installed. Now use the `--shadow` flag when buliding your project for express tishadow development");
code === 0 && logger.info("Titanium CLI hook installed. Now use the `--shadow` flag when building your project for express tishadow development");
});
});

Expand All @@ -227,7 +227,7 @@ if (config.isWatching) {
config.buildPaths({},function() {
var paths = [config.isAlloy ? "app" :"Resources"];
if (
fs.existsSync(path.join(config.base, 'i18n')) &&
fs.existsSync(path.join(config.base, 'i18n')) &&
!fs.existsSync(path.join(config.base, 'i18n', 'alloy_generated'))
){
paths.push('i18n');
Expand Down

0 comments on commit a027d90

Please sign in to comment.