Skip to content

Commit

Permalink
Makefile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
liringlas committed Jun 10, 2020
1 parent 3a189ca commit 9c66708
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ showcase:
storybook:
@yarn run storybook

build:
@tsc --build

watch:
@tsc --build --watch

lint:
@yarn run eslint --config ./.eslintrc .

Expand Down

0 comments on commit 9c66708

Please sign in to comment.