Skip to content

Commit

Permalink
fix: dev-env add package-lock.json before building the design system
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Oct 23, 2023
1 parent e290410 commit a8873b9
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 787 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 a8873b9

Please sign in to comment.