Skip to content

Commit

Permalink
chore(client): migrate to react 18.3.1, react-router-dom 6.26.1 a…
Browse files Browse the repository at this point in the history
…nd `react-scripts` 5.0.1 (#379)
  • Loading branch information
pmstss authored Aug 29, 2024
1 parent 8b83dab commit d427ed5
Show file tree
Hide file tree
Showing 19 changed files with 12,870 additions and 16,281 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ COPY --chown=node:node client/public ./client/public
COPY --chown=node:node client/typings ./client/typings
COPY --chown=node:node client/vcs ./client/vcs
COPY --chown=node:node client/tsconfig.json ./client/tsconfig.json
COPY --chown=node:node client/.eslintrc.js ./client/
COPY --chown=node:node client/.prettierignore ./client/
COPY --chown=node:node client/.prettierrc ./client/

ENV NODE_OPTIONS=--openssl-legacy-provider
ENV CYPRESS_INSTALL_BINARY=0
RUN npm ci --prefix=client --no-audit
RUN npm run build --prefix=client
Expand Down
1 change: 0 additions & 1 deletion client/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
/public/css
/public/js
/public/vendor

Loading

0 comments on commit d427ed5

Please sign in to comment.