Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Dec 1, 2021
1 parent 8302286 commit e0ecf4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function createNgxCli(args) {
});

// Skip confirmation prompt
// eslint-disable-next-line camelcase
process.env.npm_config_yes = true;

return spawn.sync('npx', [...packages, 'ngx', 'new'].concat(args || []), {
Expand Down

0 comments on commit e0ecf4b

Please sign in to comment.