Skip to content

Commit 73a9e77

Browse files
committed
fix: correct errors in build workflow
1 parent 5d7c5b3 commit 73a9e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Run Build
13-
run: npx nest build
13+
run: npm i && npx nest build
1414

0 commit comments

Comments
 (0)