Skip to content

Commit acafaa0

Browse files
authored
Merge pull request #4669 from dlabrecq/scripts
Clean up scripts-info
2 parents 1dec53d + e1bcddb commit acafaa0

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

apps/koku-ui-hccm/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,18 @@
5151
"translations:syncTranslations": "node scripts/syncTranslations.js"
5252
},
5353
"scripts-info": {
54-
"release:stage": "Creates a PR to update the koku-ui stage-hccm branch",
55-
"release:prod": "Creates a PR to update the koku-ui prod-hccm branch",
56-
"release:app-interface:stage": "Creates an MR to update app-interface with latest SHA ref from koku-ui stage-hccm branch",
57-
"release:app-interface:prod": "Creates an MR to update app-interface with latest SHA ref from koku-ui prod-hccm branch",
54+
"release:stage": "Creates a PR to update the stage-hccm branch",
55+
"release:prod": "Creates a PR to update the prod-hccm branch",
56+
"release:app-interface:stage": "Creates an MR to update app-interface with latest SHA ref from stage-hccm branch",
57+
"release:app-interface:prod": "Creates an MR to update app-interface with latest SHA ref from prod-hccm branch",
5858
"start": "Run Koku UI",
5959
"start:csb": "Run Koku UI with local Cloud Services Backend",
60+
"start:csb:ros": "Run Koku UI with local Cloud Services Backend, while ROS runs statically (for running both UIs with CSB)",
6061
"start:ephemeral": "Run Koku UI with ephemeral env",
61-
"start:hmr": "Run Koku UI with hot module replacement -- experimental",
62+
"start:hmr": "Run Koku UI with hot module replacement (experimental)",
6263
"start:local:api": "Run Koku UI with a local API",
63-
"start:static": "Run Koku UI statically with local Consoledot",
64+
"start:ros": "Run Koku UI while ROS runs statically (for running Federated Modules in Koku UI)",
65+
"start:static": "Run Koku UI statically (experimental)",
6466
"translations": "Update localization files with latest messages"
6567
},
6668
"dependencies": {

apps/koku-ui-ros/deploy/frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ objects:
3434
href: '/staging/cost-management/ros/optimizations/link'
3535
- id: 'cost-management-staging.ros.summary'
3636
title: 'Optimizations summary'
37-
href: "/staging/cost-management/ros/optimizations/summary"
37+
href: '/staging/cost-management/ros/optimizations/summary'
3838
- id: 'cost-management-staging.ros.table'
3939
title: 'Optimizations table'
4040
href: '/staging/cost-management/ros/optimizations/table'

apps/koku-ui-ros/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
"translations:syncTranslations": "node scripts/syncTranslations.js"
4949
},
5050
"scripts-info": {
51-
"release:stage": "Creates a PR to update the koku-ui stage-ros branch",
52-
"release:prod": "Creates a PR to update the koku-ui prod-ros branch",
53-
"release:app-interface:stage": "Creates an MR to update app-interface with latest SHA ref from koku-ui stage-ros branch",
54-
"release:app-interface:prod": "Creates an MR to update app-interface with latest SHA ref from koku-ui prod-ros branch",
51+
"release:stage": "Creates a PR to update the stage-ros branch",
52+
"release:prod": "Creates a PR to update the prod-ros branch",
53+
"release:app-interface:stage": "Creates an MR to update app-interface with latest SHA ref from stage-ros branch",
54+
"release:app-interface:prod": "Creates an MR to update app-interface with latest SHA ref from prod-ros branch",
5555
"start": "Run ROS UI",
5656
"start:csb": "Run ROS UI with local Cloud Services Backend",
5757
"start:ephemeral": "Run ROS UI with ephemeral env",
58-
"start:hmr": "Run ROS UI with hot module replacement -- experimental",
58+
"start:hmr": "Run ROS UI with hot module replacement (experimental)",
5959
"start:local:api": "Run ROS UI with a local API",
60-
"start:static": "Run ROS UI statically with local Koku UI",
60+
"start:static": "Run ROS UI statically with local Koku UI (for running Federated Modules in Koku UI)",
6161
"translations": "Update localization files with latest messages"
6262
},
6363
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"start:onprem": "npm run -w @koku-ui/koku-ui-onprem start"
3232
},
3333
"scripts-info": {
34-
"check:dependencies:all": "Checks for outdated dependencies in all workspaces by running the check:dependencies script in each workspace",
34+
"check:dependencies:all": "Checks for outdated dependencies in each workspace",
3535
"release:all": "Used to release koku-ui stage/prod branches and update app-interface with the latest SHA refs from same branches",
3636
"start:hccm": "Run Koku UI",
3737
"start:ros": "Run ROS UI",

0 commit comments

Comments
 (0)