mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Use the standard install command for rush
This commit is contained in:
parent
7ce44b4c62
commit
26f1dfb81a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue