Skip to content

Commit

Permalink
fix clean install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PixelSculptor committed Dec 21, 2023
1 parent 319f20e commit e08b1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontendWorkflowTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
cd ./frontend
npm run ci
npm ci
- name: Run Frontend Unit Tests
run: |
cd ./frontend
Expand Down

0 comments on commit e08b1ed

Please sign in to comment.