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 27, 2023
1 parent a3bb0ba commit b224e76
Showing 1 changed file with 1 addition and 0 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

0 comments on commit b224e76

Please sign in to comment.