Skip to content

Commit

Permalink
use legacy-peer-deps for voyager until Smithsonian/dpo-voyager#243 is…
Browse files Browse the repository at this point in the history
… merged
  • Loading branch information
sdumetz committed Jan 9, 2024
1 parent 8511549 commit 1810011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 16
cache: 'npm'
- name: install voyager dependencies
run: (cd source/voyager && npm ci)
run: (cd source/voyager && npm ci --legacy-peer-deps)
- name: install ui dependencies
run: npm ci && (cd source/ui && npm ci)
- name: build voyager
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY source/server/package*.json /app/source/server/
RUN (cd /app/source/server && npm ci)

COPY source/voyager/package*.json /app/source/voyager/
RUN (cd /app/source/voyager && npm ci)
RUN (cd /app/source/voyager && npm ci --legacy-peer-deps)

COPY source/ui/package*.json /app/source/ui/
RUN (cd /app/source/ui && npm ci)
Expand Down

0 comments on commit 1810011

Please sign in to comment.