Skip to content

Commit

Permalink
just remove package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 7, 2025
1 parent db74744 commit 037cf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Compile tests
run: |
rm package-lock.json
rm package.json
mkdir -p node_modules/typescript/bin
npm install -g typescript
TSC_PATH=$(which tsc)
Expand Down

0 comments on commit 037cf61

Please sign in to comment.