Skip to content

Commit

Permalink
try removing default root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 7, 2025
1 parent 2ef189d commit 88bcec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-e2e-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:

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

0 comments on commit 88bcec6

Please sign in to comment.