Skip to content

Commit

Permalink
added dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinle623 committed Oct 27, 2023
1 parent ffab299 commit 5985502
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 36 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/automatedPrChecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install server dependencies
run: |
cd server
npm install
npm ci
- name: Run server tests
run: |
Expand All @@ -30,7 +30,6 @@ jobs:
- name: Run server linter
run: |
cd server
npm ci
npm run lint
client-tests-and-lint:
Expand All @@ -48,7 +47,7 @@ jobs:
- name: Install client dependencies
run: |
cd client
npm install
npm ci
- name: Run client tests
run: |
Expand Down
37 changes: 4 additions & 33 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"pino-pretty": "^10.2.3",
"vitest": "^0.34.6"
}
Expand Down

0 comments on commit 5985502

Please sign in to comment.