Skip to content

Commit

Permalink
Merge pull request #337 from mission-apprentissage/infra/fix-dsfr-icon
Browse files Browse the repository at this point in the history
fix(dsfr): load icon in infra
  • Loading branch information
yohanngab authored Oct 28, 2024
2 parents 49f1d3f + addfc0f commit 8b38e6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ ENV REACT_APP_VERSION=$PUBLIC_VERSION
ARG PUBLIC_ENV
ENV REACT_APP_ENV=$PUBLIC_ENV

RUN yarn workspace ui dsfr:copy
RUN yarn workspace ui dsfr:update
RUN yarn workspace ui build

RUN yarn workspace ui build

# Production image, copy all the files and run next
Expand Down
1 change: 0 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"serve": "ws --port 3000 --log.format dev --spa index.html",
"eject": "react-scripts eject",
"predev": "react-dsfr update-icons",
"prebuild": "react-dsfr update-icons",
"dsfr:copy": "react-dsfr copy-static-assets",
"dsfr:update": "react-dsfr update-icons",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit 8b38e6a

Please sign in to comment.