update make frontendc (#783)
chore(Makefile): update 'install_frontendc' target to remove existing node_modules and package-lock.json before running 'npm install' to ensure a clean installation
This commit is contained in:
commit
2078778976
2 changed files with 7179 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -35,7 +35,7 @@ install_frontend:
|
|||
cd src/frontend && npm install;
|
||||
|
||||
install_frontendc:
|
||||
cd src/frontend && npm ci;
|
||||
cd src/frontend && rm -rf node_modules package-lock.json && npm install;
|
||||
|
||||
run_frontend:
|
||||
cd src/frontend && npm start
|
||||
|
|
|
|||
7182
src/frontend/package-lock.json
generated
7182
src/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue