Remove old tags from models

This commit is contained in:
Deluan 2020-01-17 19:36:50 -05:00
parent 123f543a94
commit 035fdaeb96
4 changed files with 6 additions and 7 deletions

View file

@ -16,7 +16,7 @@ watch: check_go_env
.PHONY: test
test: check_go_env
go test ./... -v
@(cd ./ui && npm test -- --watchAll=false)
# @(cd ./ui && npm test -- --watchAll=false)
.PHONY: build
build: check_go_env