mirror of https://github.com/nicolargo/glances.git
Use npm ci instead of npm install
This commit is contained in:
parent
d3560d403d
commit
f0470761e4
2
Makefile
2
Makefile
|
|
@ -39,7 +39,7 @@ docs-server: docs
|
|||
cd docs/_build/html/ && ./venv/bin/python -m SimpleHTTPServer $(PORT)
|
||||
|
||||
webui: venv-dev
|
||||
cd glances/outputs/static/ && npm install && npm audit fix && npm run build
|
||||
cd glances/outputs/static/ && npm ci && npm run build
|
||||
|
||||
run: venv
|
||||
./venv/bin/python -m glances -C ./conf/glances.conf
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ You must run the following command from the `glances/outputs/static/` directory.
|
|||
## Install dependencies
|
||||
|
||||
```bash
|
||||
$ npm install
|
||||
$ npm ci
|
||||
```
|
||||
|
||||
## Build assets
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue