Skip to content

Commit a0e6154

Browse files
committed
Clean up scripts-info comments
1 parent 23f17e5 commit a0e6154

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

apps/koku-ui-hccm/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
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",
6060
"start:ephemeral": "Run Koku UI with ephemeral env",

apps/koku-ui-ros/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
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",

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 by running the check:dependencies script 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)