Skip to content

Commit 4d6e4c4

Browse files
committed
fixup: remove powershell scripts that now exist on windows node
1 parent 8111eea commit 4d6e4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/preinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ -n "$IS_WINDOWS" ]; then
3939
rm -rf node-v$NODE_JS_VERSION-win-$ARCH
4040

4141
echo "Installing npm@$NPM_VERSION..."
42-
rm -rf npm npx npm.cmd npx.cmd
42+
rm -rf npm npx npm.cmd npx.cmd npm.ps1 npx.ps1
4343
mv node_modules/npm node_modules/npm2
4444
chmod +x ./node.exe
4545

0 commit comments

Comments
 (0)