Skip to content

Commit

Permalink
chore: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jan 9, 2024
1 parent c9547b7 commit 6dabf71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ee/admin-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ COPY .yarn ./.yarn
# generated by scripts/dev/update-dockerfile.ts
# package.json copy start

COPY ./packages/.template/package.json ././packages/.template/package.json
COPY ./packages/admin/package.json ././packages/admin/package.json
COPY ./packages/admin-i18n/package.json ././packages/admin-i18n/package.json
COPY ./packages/admin-sandbox/package.json ././packages/admin-sandbox/package.json
Expand Down
1 change: 0 additions & 1 deletion packages/react-richtext-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@contember/react-richtext-renderer",
"license": "Apache-2.0",
"version": "0.0.0",
"private": true,
"type": "module",
"sideEffects": false,
"main": "./dist/production/index.js",
Expand Down

0 comments on commit 6dabf71

Please sign in to comment.