create client's output dir before setting up server
This commit is contained in:
parent
9821353cfb
commit
059035e4fd
4
Makefile
4
Makefile
@ -18,10 +18,10 @@ setup:
|
|||||||
done
|
done
|
||||||
@echo "I installing client dependencies"
|
@echo "I installing client dependencies"
|
||||||
( cd client && yarn install )
|
( cd client && yarn install )
|
||||||
@echo "I installing server dependencies"
|
|
||||||
$(MAKE) -C server setup
|
|
||||||
@echo "I create client output directory"
|
@echo "I create client output directory"
|
||||||
mkdir -p client/.output/public/
|
mkdir -p client/.output/public/
|
||||||
|
@echo "I installing server dependencies"
|
||||||
|
$(MAKE) -C server setup
|
||||||
|
|
||||||
run-all:
|
run-all:
|
||||||
pexec -R -c -e TARGET \
|
pexec -R -c -e TARGET \
|
||||||
|
Loading…
Reference in New Issue
Block a user