Skip to content

Commit eb2fd2c

Browse files
authored
Update ci.yml
1 parent e047d4c commit eb2fd2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
- name: Build and test frontend
7575
run: |
7676
cd frontend
77-
npm build --if-present
78-
npm test
77+
ng build --prod
78+
ng test
7979
8080
backend-test:
8181
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)