mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-21 03:25:37 +00:00
Remove npm dedupe from distribute script
This commit is contained in:
parent
fe9e76cdff
commit
b29cdf1a4b
@ -67,7 +67,11 @@ function distribute() {
|
||||
|
||||
cd build/$package
|
||||
npm install --production --force
|
||||
npm dedupe
|
||||
|
||||
# Leaving this enabled causes
|
||||
# Path too long issues in Windows.
|
||||
# npm dedupe
|
||||
|
||||
cd ..
|
||||
|
||||
mkdir -p distrib
|
||||
|
Loading…
x
Reference in New Issue
Block a user