Skip to content

Commit

Permalink
minimal package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 7, 2025
1 parent 037cf61 commit 5d822c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-e2e-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
npm install @currents/playwright@^1.8.0
npm install @midleman/github-actions-reporter@^1.9.5
# Manually create a minimal `package.json` for local `npm install`
echo '{}' > test/e2e/package.json
cd test/e2e
npm install
npm run compile
Expand Down

0 comments on commit 5d822c8

Please sign in to comment.