package: Remove npm dedupe
We don't want to modify the package-lock.json file at packaging time.
This commit is contained in:
parent
2834cca9fa
commit
e8835c3054
1 changed files with 0 additions and 1 deletions
|
|
@ -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/...')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue