Skip to content

Commit

Permalink
chore: add anyupload to launchpad (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo authored Sep 5, 2024
1 parent 85b22e2 commit 22f96bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN pnpm build
# Specifically build the sub-project in the examples/packages/ordersv4fe folder
RUN cd examples/packages/ordersv4fe && npm run build
RUN cd examples/packages/ordersv2fe && npm run build
RUN cd examples/packages/anyupload && npm run build

# Expose the port the app runs on
EXPOSE 4004
Expand Down
3 changes: 2 additions & 1 deletion examples/packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"cds-launchpad-plugin": "2.2.0",
"cds-plugin-ui5": "0.9.7",
"ordersv2fe120": "workspace:*",
"ordersv4fe120": "workspace:^"
"ordersv4fe120": "workspace:^",
"anyupload": "workspace:*"
},
"scripts": {
"watch": "cds watch"
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 22f96bd

Please sign in to comment.