Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"branch:release": "node scripts/branch-release.js",
"build": "npm exec --workspaces -- npm run build",
"build:onprem": "npm run -w @koku-ui/koku-ui-ros build:onprem && npm run -w @koku-ui/koku-ui-hccm build:onprem && npm run -w @koku-ui/koku-ui-onprem build",
"check:dependencies": "npx npm-check-updates",
"check:dependencies:all": "npm run check:dependencies; npm exec --workspaces -- npm run check:dependencies",
"check:dependencies": "npx npm-check-updates; npm exec --workspaces -- npm run check:dependencies",
"check:dependencies:update": "npx npm-check-updates -u",
"clean": "npm exec --workspaces -- npm run clean",
"install:pkgs": "npm install",
Expand All @@ -34,8 +33,7 @@
},
"scripts-info": {
"branch:release": "Used to merge stage/prod branches and deploy app-interface with the latest SHA refs from same branches",
"check:dependencies": "Checks for outdated dependencies",
"check:dependencies:all": "Checks for outdated dependencies in each workspace",
"check:dependencies": "Checks for outdated dependencies in each workspace",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The description for the check:dependencies script is slightly inaccurate. The script checks for outdated dependencies in the root directory and then in each workspace. To improve clarity, the description should be updated to reflect this.

Suggested change
"check:dependencies": "Checks for outdated dependencies in each workspace",
"check:dependencies": "Checks for outdated dependencies in the root and in each workspace",

"start:hccm": "Run Koku UI",
"start:ros": "Run ROS UI",
"start:onprem": "Run onprem UI"
Expand Down
Loading