diff --git a/Makefile b/Makefile index f4e348b..a269a68 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -.PHONY: test lint fmt fmt-check check docker +.PHONY: dev test lint fmt fmt-check check docker + +dev: + yarn dev test: timeout 30 yarn build