bugfix for npm install step
This commit is contained in:
parent
daf25932ac
commit
b93ef06f1c
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ module.exports.initPackageManager = async (opts) => {
|
|||
|
||||
const commands = [
|
||||
{
|
||||
cmd: `${info.manager}`,
|
||||
cmd: `${info.manager} install`,
|
||||
cwd: dest
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue