Skip to content

Commit

Permalink
ci(vercel): use pnpm in ignore-build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcRoemmelt committed Jan 4, 2023
1 parent dcb6d30 commit 9c7e3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/scripts/ignore-vercel-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ TS_VERSION=$(node -e "console.log(require('./package.json').devDependencies['typ

# Install @nrwl/workspace in order to run the affected command

npm install -D @nrwl/workspace@$NX_VERSION --prefer-offline
pnpm install -D @nrwl/workspace@$NX_VERSION --prefer-offline

npm install -D typescript@$TS_VERSION --prefer-offline
pnpm install -D typescript@$TS_VERSION --prefer-offline


# Run the affected command, comparing latest commit to the one before that
Expand Down

0 comments on commit 9c7e3ac

Please sign in to comment.