Skip to content

Commit

Permalink
package: Remove npm dedupe
Browse files Browse the repository at this point in the history
We don't want to modify the package-lock.json file at packaging time.
  • Loading branch information
feross committed Sep 6, 2019
1 parent 2834cca commit e8835c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const argv = minimist(process.argv.slice(2), {
function build () {
console.log('Reinstalling node_modules...')
rimraf.sync(NODE_MODULES_PATH)
cp.execSync('npm dedupe', { stdio: 'inherit' })
cp.execSync('npm ci', { stdio: 'inherit' })

console.log('Nuking dist/ and build/...')
Expand Down

0 comments on commit e8835c3

Please sign in to comment.