We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm dedupe
1 parent dc27185 commit da98fe2Copy full SHA for da98fe2
scripts/generate-dev-bundle.ps1
@@ -86,7 +86,6 @@ cd "$DIR\b\t"
86
npm config set loglevel error
87
node "${CHECKOUT_DIR}\scripts\dev-bundle-server-package.js" | Out-File -FilePath package.json -Encoding ascii
88
npm install
89
-npm dedupe
90
npm shrinkwrap
91
92
mkdir -Force "${DIR}\server-lib\node_modules"
@@ -100,7 +99,6 @@ mkdir -Force "${DIR}\b\p"
100
99
cd "${DIR}\b\p"
101
node "${CHECKOUT_DIR}\scripts\dev-bundle-tool-package.js" | Out-File -FilePath package.json -Encoding ascii
102
103
104
cmd /c robocopy "${DIR}\b\p\node_modules" "${DIR}\lib\node_modules" /e /nfl /ndl
105
cd "$DIR"
106
cmd /c rmdir "${DIR}\b" /s /q
0 commit comments