Skip to content

Commit

Permalink
define compile in root stub
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 7, 2025
1 parent 5d822c8 commit af7ae0c
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 @@ -59,7 +59,7 @@ jobs:
npm install @midleman/github-actions-reporter@^1.9.5
# Manually create a minimal `package.json` for local `npm install`
echo '{}' > test/e2e/package.json
echo '{"scripts":{"compile":"npx tsc"}}' > package.json
cd test/e2e
npm install
Expand Down

0 comments on commit af7ae0c

Please sign in to comment.