File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The npm script `dev` can be used for starting the data portal dev server:
4545pnpm dev
4646```
4747
48- ## Run Docker Compose
48+ ## Docker Compose
4949
5050A docker compose file is provided for convenience in starting up and destroying frontend services during local development:
5151
Original file line number Diff line number Diff line change 1414 ],
1515 "packages" : {
1616 "frontend" : {
17- "release-type" : " node" ,
18- "skip-github-release" : true ,
17+ "package-name" : " cryoet-data-portal-frontend" ,
18+ "release-type" : " simple" ,
19+ "bump-minor-pre-major" : false ,
20+ "bump-patch-for-minor-pre-major" : false ,
21+ "draft" : false ,
22+ "prerelease" : false ,
1923 "separate-pull-requests" : true
2024 },
2125 "client/python/cryoet_data_portal" : {
You can’t perform that action at this time.
0 commit comments