We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7c5b3 commit 73a9e77Copy full SHA for 73a9e77
.github/workflows/build.yml
@@ -10,5 +10,5 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Run Build
13
- run: npx nest build
+ run: npm i && npx nest build
14
0 commit comments