From 9c667081fca516bb5763db8acc67c33425445e42 Mon Sep 17 00:00:00 2001 From: Konstantin Ryzhov Date: Wed, 10 Jun 2020 01:25:51 +0300 Subject: [PATCH] Makefile updated --- js/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/Makefile b/js/Makefile index 1f8776ca4..9a687b8ab 100644 --- a/js/Makefile +++ b/js/Makefile @@ -14,6 +14,12 @@ showcase: storybook: @yarn run storybook +build: + @tsc --build + +watch: + @tsc --build --watch + lint: @yarn run eslint --config ./.eslintrc .