split web build
This commit is contained in:
parent
d92d3aa64e
commit
b6d1cc6d63
1 changed files with 7 additions and 2 deletions
9
Makefile
9
Makefile
|
@ -14,8 +14,13 @@ buildpprof:
|
|||
client/stillbox/dist:
|
||||
cd client/stillbox && npm install && ng build -c production
|
||||
|
||||
web:
|
||||
cd client/stillbox && npm install && ng build -c production
|
||||
web: web-install web-build
|
||||
|
||||
web-build:
|
||||
cd client/stillbox && ng build -c production
|
||||
|
||||
web-install:
|
||||
cd client/stillbox && npm install
|
||||
|
||||
clean:
|
||||
rm -rf client/calls/ client/stillbox/dist/ client/stillbox/node_modules/
|
||||
|
|
Loading…
Reference in a new issue