chore(Makefile): change npm install command to npm ci for frontend installation to ensure reproducible builds
This commit is contained in:
parent
993cea0c0b
commit
b528ae86fd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -32,7 +32,7 @@ lint:
|
|||
poetry run ruff . --fix
|
||||
|
||||
install_frontend:
|
||||
cd src/frontend && rm -rf node_modules && npm install
|
||||
cd src/frontend && npm ci
|
||||
|
||||
run_frontend:
|
||||
cd src/frontend && npm start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue