Update deps

This commit is contained in:
2020-07-18 18:29:23 +03:00
parent ad64905888
commit 93c1973e1b
6 changed files with 1193 additions and 1991 deletions

View File

@ -1,7 +1,7 @@
all: test format build
restart-server:
docker-compose restart
setup:
tools/npm install
write-version:
@echo $(shell date +'%Y%m%d-%H.%M.%S') > ./src/version.txt
@ -22,5 +22,8 @@ test:
coverage:
tools/npm run coverage
restart-server:
docker-compose restart
publish:
tools/npm publish --access public