Skip to content

Commit f9437a3

Browse files
committed
Makefile updated
1 parent d38e408 commit f9437a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

js/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ showcase:
1414
storybook:
1515
@yarn run storybook
1616

17+
build:
18+
@tsc --build
19+
20+
watch:
21+
@tsc --build --watch
22+
1723
lint:
1824
@yarn run eslint --config ./.eslintrc .
1925

0 commit comments

Comments
 (0)