Skip to content

Commit

Permalink
fix: correct errors in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dwimberger committed Nov 23, 2024
1 parent 5d7c5b3 commit 73a9e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Build
run: npx nest build
run: npm i && npx nest build

0 comments on commit 73a9e77

Please sign in to comment.