Skip to content

Commit

Permalink
Move bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Sep 19, 2023
1 parent bd72a11 commit 2de83f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN npm install --unsafe-perm
COPY babel.config.js lerna.json .eslintignore .eslintrc.js jest.config.js tsconfig.json ./
ADD min_packages.tar .
COPY bin ./bin
RUN npx lerna bootstrap
COPY scripts ./scripts
COPY test ./test
COPY packages ./packages
RUN npx lerna bootstrap
RUN npm run build

0 comments on commit 2de83f3

Please sign in to comment.