Merge pull request #3408 from makowskid/npm-check-updates

npm-check-updates CLI functionality added
This commit is contained in:
Shao Yu-Lung (Allen)
2023-07-16 16:11:52 +08:00
committed by GitHub
4 changed files with 18 additions and 0 deletions

View File

@ -1985,7 +1985,19 @@ To install NPM ANGULAR CLI in the Workspace container
3 - Re-build the container `docker-compose build workspace`
<br>
<a name="Install-npm-check-updates"></a>
## Install npm-check-updates CLI
To install npm-check-updates CLI [here](https://www.npmjs.com/package/npm-check-updates) in the Workspace container
1 - Open the `.env` file
2 - Make sure Node is also being installed (`WORKSPACE_INSTALL_NODE` set to `true`)
3 - Search for the `WORKSPACE_INSTALL_NPM_CHECK_UPDATES_CLI` argument under the Workspace Container and set it to `true`
4 - Re-build the container `docker-compose build workspace`