Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Choiński <[email protected]>
  • Loading branch information
Wallted committed Jan 26, 2024
1 parent c034768 commit 451c4da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Run npm i
run: npm i
- name: Run npm install
run: npm install

- name: Run build:ci command
- name: Run build command
run: npm run build
1 change: 0 additions & 1 deletion Foodie/ClientApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,4 @@
}
}
},
"defaultProject": "Foodie"
}

0 comments on commit 451c4da

Please sign in to comment.