Skip to content

Commit

Permalink
fix(): install dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 17, 2019
1 parent e0c2ba5 commit 16588cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sys/node/node-lazy-require.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ function npmInstall(logger: d.Logger, fromDir: string, moduleIds: string[]) {
'install',
...moduleIds,
'--no-audit',
'--production',
'--save-exact',
'--save-dev'
];
Expand Down

0 comments on commit 16588cb

Please sign in to comment.