1
0
Fork 0

bugfix for npm install step

This commit is contained in:
Travis Fischer 2018-03-06 22:42:54 -05:00 committed by Joost De Cock
parent daf25932ac
commit b93ef06f1c
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ module.exports.initPackageManager = async (opts) => {
const commands = [
{
cmd: `${info.manager}`,
cmd: `${info.manager} install`,
cwd: dest
},
{