Skip to content

Commit da98fe2

Browse files
author
Ben Newman
committed
Unfortunately npm dedupe fails when generating Windows dev bundle.
1 parent dc27185 commit da98fe2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/generate-dev-bundle.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ cd "$DIR\b\t"
8686
npm config set loglevel error
8787
node "${CHECKOUT_DIR}\scripts\dev-bundle-server-package.js" | Out-File -FilePath package.json -Encoding ascii
8888
npm install
89-
npm dedupe
9089
npm shrinkwrap
9190

9291
mkdir -Force "${DIR}\server-lib\node_modules"
@@ -100,7 +99,6 @@ mkdir -Force "${DIR}\b\p"
10099
cd "${DIR}\b\p"
101100
node "${CHECKOUT_DIR}\scripts\dev-bundle-tool-package.js" | Out-File -FilePath package.json -Encoding ascii
102101
npm install
103-
npm dedupe
104102
cmd /c robocopy "${DIR}\b\p\node_modules" "${DIR}\lib\node_modules" /e /nfl /ndl
105103
cd "$DIR"
106104
cmd /c rmdir "${DIR}\b" /s /q

0 commit comments

Comments
 (0)