build fix

This commit is contained in:
Eugene Pankov
2018-12-23 20:56:30 +01:00
parent bf995981d3
commit 75bf374a8f

View File

@@ -8,7 +8,6 @@ const localBinPath = path.resolve(__dirname, '../node_modules/.bin');
const npx = `${localBinPath}/npx`;
log.info('deps', 'app')
sh.exec(`${npx} yarn install`)
sh.cd('app')
sh.exec(`${npx} yarn install`)