Skip to content

Commit

Permalink
try compile instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromevdl committed Aug 29, 2023
1 parent 88b6b3d commit ac5c89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install dependencies
run: yarn install --check-files --frozen-lockfile
- name: Build
run: npx projen build
run: lerna run compile
- name: Setup AWS credentials
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 # v3.0.1
with:
Expand Down

0 comments on commit ac5c89a

Please sign in to comment.