Skip to content

Commit a9b6fb0

Browse files
feat: add tsc command
1 parent 988db2a commit a9b6fb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"lint": "eslint . --cache",
1111
"lint:fix": "eslint . --cache --fix",
1212
"storybook": "start-storybook",
13-
"build-storybook": "build-storybook -p 6006"
13+
"build-storybook": "build-storybook -p 6006",
14+
"tsc": "tsc"
1415
},
1516
"husky": {
1617
"hooks": {

0 commit comments

Comments
 (0)