Skip to content

Commit

Permalink
changing some lines in front-end.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadi38 committed Jan 29, 2024
1 parent 9807a58 commit 4503776
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/front-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
working-directory: ./client
uses: actions/checkout@v3

- name: Install dependencies
run: npm install

- name: Build app
run: npm run build
- name: Install dependencies and build app
run: |
npm install
npm run build

0 comments on commit 4503776

Please sign in to comment.