Skip to content

Commit

Permalink
Merge pull request #210 from LambdaTest/stage
Browse files Browse the repository at this point in the history
remove package-lock.json from release
  • Loading branch information
sushobhit-lt authored Jan 29, 2025
2 parents 9ab6784 + b0b907d commit fd9017e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
node-version: '18'
registry-url: 'https://registry.npmjs.org'

- name: Remove package-lock.json
run: rm -rf package-lock.json

- name: Install pnpm
run: npm install -g pnpm

Expand Down

0 comments on commit fd9017e

Please sign in to comment.