Skip to content

Commit

Permalink
remove unnecessary legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Jun 3, 2024
1 parent 905abd9 commit c02bb8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 16

- run: npm ci --legacy-peer-deps
- run: npm ci
- run: npm test

- run: cd admin && npm ci --legacy-peer-deps
Expand Down
2 changes: 1 addition & 1 deletion RetPageOriginDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from node:16.16 as builder
run mkdir -p /hubs/admin/ && cd /hubs
copy package.json ./
copy package-lock.json ./
run npm ci --legacy-peer-deps
run npm ci
copy admin/package.json admin/
copy admin/package-lock.json admin/
run cd admin && npm ci --legacy-peer-deps && cd ..
Expand Down

0 comments on commit c02bb8d

Please sign in to comment.