Skip to content

Commit

Permalink
clean before
Browse files Browse the repository at this point in the history
  • Loading branch information
odilitime committed Dec 13, 2024
1 parent 86e3bb4 commit 47a561e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/smokeTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ if ! command -v pnpm &> /dev/null; then
npm install -g pnpm
fi

# another attempt to clear frozen/out of date lockfiles
pnpm clean
find . -name pnpm-lock.yaml -delete

# Install dependencies
pnpm install -r || { echo "pnpm install failed."; exit 1; }

Expand Down

0 comments on commit 47a561e

Please sign in to comment.