|
51 | 51 | "translations:syncTranslations": "node scripts/syncTranslations.js" |
52 | 52 | }, |
53 | 53 | "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", |
58 | 58 | "start": "Run Koku UI", |
59 | 59 | "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 (runs both UIs in CSB)", |
60 | 61 | "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)", |
62 | 63 | "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 (runs Fed modules in Koku UI)", |
| 65 | + "start:static": "Run Koku UI statically (experimental)", |
64 | 66 | "translations": "Update localization files with latest messages" |
65 | 67 | }, |
66 | 68 | "dependencies": { |
|
0 commit comments