Skip to content

Commit

Permalink
only delete lock
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 7, 2025
1 parent 0999fa5 commit db74744
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-e2e-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ jobs:

- name: Compile tests
run: |
rm package-lock.json
mkdir -p node_modules/typescript/bin
npm install -g typescript
TSC_PATH=$(which tsc)
ln -s "$TSC_PATH" node_modules/typescript/bin/tsc
rm package.json
rm package-lock.json
npm install @playwright/test@^1.49.0
npx playwright install
Expand Down

0 comments on commit db74744

Please sign in to comment.