Skip to content

Commit

Permalink
Merge pull request #192 from IQSS/feature/170-integration-files-downl…
Browse files Browse the repository at this point in the history
…oad-size

170 - Integration files total download size
  • Loading branch information
kcondon authored Oct 26, 2023
2 parents 74bb2de + 22ca6af commit ac5c109
Show file tree
Hide file tree
Showing 29 changed files with 777 additions and 402 deletions.
1 change: 1 addition & 0 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apk --no-cache add python3 make g++

WORKDIR /usr/src/app/packages/design-system
COPY ./packages/design-system ./
COPY package-lock.json ./
RUN npm install
RUN npm run build

Expand Down
Loading

0 comments on commit ac5c109

Please sign in to comment.