pond: call npm i in make

This commit is contained in:
Łukasz Magiera 2019-07-26 01:32:38 +02:00
parent 5fd07fe46b
commit 88ef6565b7

View File

@ -49,7 +49,7 @@ build: $(BUILD_DEPS)
pond: build
go build -o pond ./lotuspond
(cd lotuspond/front && npm run build)
(cd lotuspond/front && npm i && npm run build)
.PHONY: pond
clean: