Skip to content

Commit

Permalink
fix
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 be709e0 commit c034768
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: npm i

- name: Run build:ci command
run: npm run build:ci
run: npm run build
1 change: 0 additions & 1 deletion Foodie/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:ci": "ng build --prod",
"build:ssr": "ng run Foodie:server:dev",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit c034768

Please sign in to comment.