Skip to content

Commit

Permalink
Add missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
bradystroud committed Sep 16, 2024
1 parent af52574 commit 77026e6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: pnpm install, build, and test
run: |
pnpm i
pnpm build
pnpm lint
pnpm test
- name: pnpm install
run: pnpm i
- name: pnpm build
run: pnpm build
- name: pnpm lint
run: pnpm lint
- name: pnpm test
run: pnpm test
env:
CI: true
- name: pnpm export
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"react-github-btn": "^1.4.0",
"react-icons": "^4.2.0",
"react-infinite-logo-slider": "^1.0.13",
"react-instantsearch-core": "^6.39.1 ",
"react-instantsearch-dom": "^6.3.0",
"react-intersection-observer": "^9.4.0",
"react-markdown": "^8.0.3",
Expand Down
10 changes: 8 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 77026e6

Please sign in to comment.