Added npm install in client setup

main
Antonio De Lucreziis 4 years ago
parent 81da287b96
commit aabc01383e

@ -5,6 +5,7 @@ all: setup build
.PHONY: setup
setup:
mkdir -p dist/
npm install
.PHONY: build
build:

Loading…
Cancel
Save