Skip to content

Commit

Permalink
🐛(#81): Erro na instalação das dependências
Browse files Browse the repository at this point in the history
Co-authored-by: Ana Borges <[email protected]>
  • Loading branch information
BrunoHDuarte2 and anabborges committed Nov 29, 2023
1 parent 01d9501 commit e047219
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jsLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:

- name: Change to Project Directory
run: cd implementacao-front

- name: Install dependencies
run: |
npm install
npm install &&
npm install primereact
- name: Run ESLint
run:
Expand Down

0 comments on commit e047219

Please sign in to comment.