Use the standard install command for rush

This commit is contained in:
James McMeeking 2026-05-08 13:12:57 +01:00
parent 7ce44b4c62
commit 26f1dfb81a
No known key found for this signature in database
GPG key ID: C69A11061EE15228

View file

@ -47,7 +47,7 @@ RUN volta install node@${NODE_VERSION}
RUN volta install npm@${NPM_VERSION}
RUN volta install yarn@${YARN_VERSION}
RUN volta install pnpm@${PNPM_VERSION}
RUN npm install -g @microsoft/rush@${RUSH_VERSION}
RUN volta install @microsoft/rush@${RUSH_VERSION}
# Install Bun
RUN curl -fsSL https://bun.sh/install | bash