Skip to content

Commit

Permalink
copy rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Jun 4, 2024
1 parent 4bb7b7f commit 6c17c75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.browser
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN npm install --legacy-peer-deps
COPY babel.config.js lerna.json .eslintignore .eslintrc.js jest.config.js tsconfig.json ./
ADD min_packages.tar .
COPY bin ./bin
COPY .rollup ./.rollup
COPY packages ./packages
RUN npm run bootstrap --legacy-peer-deps
RUN npm run build
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN npm install --unsafe-perm --legacy-peer-deps
COPY babel.config.js lerna.json .eslintignore .eslintrc.js jest.config.js tsconfig.json ./
ADD min_packages.tar .
COPY bin ./bin
COPY .rollup ./.rollup
COPY scripts ./scripts
COPY test ./test
COPY packages ./packages
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN npm install --legacy-peer-deps
COPY babel.config.js lerna.json .eslintignore .eslintrc.js jest.config.js tsconfig.json ./
ADD min_packages.tar .
COPY bin ./bin
COPY .rollup ./.rollup
COPY packages ./packages
RUN npm run bootstrap --legacy-peer-deps
RUN npm run build
Expand Down

0 comments on commit 6c17c75

Please sign in to comment.