Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 23, 2024
1 parent 27dcf53 commit 55d3f82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions projects/build-env/src/executors/npm-install/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ export default async function runNpmInstallExecutor(
_: ['install', `${packageNameAndVersion}`],
fund: false, // avoid polluted terminal
shrinkwrap: false, // avoid package-lock creation or update
save: true,
// prefix: environmentRoot,
// userconfig: join(environmentRoot, NPMRC_FILENAME),
save: true, // save to package.json dependencies
}),
cwd: environmentRoot,
verbose: true,
Expand Down

0 comments on commit 55d3f82

Please sign in to comment.