Skip to content

Commit e62f02a

Browse files
committed
Enable typescript checks on common
1 parent 2c6d685 commit e62f02a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/common/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"prepublish": "yarn build",
2121
"start": "(yarn tsc --watch & yarn babel src --out-dir lib --watch & yarn cpx \"src/**/*.{css,svg,png,jpg}\" lib --watch)",
2222
"start:storybook": "start-storybook",
23-
"test": "NODE_ENV=test jest"
23+
"test": "NODE_ENV=test jest",
24+
"typecheck": "tsc --noEmit"
2425
},
2526
"jest": {
2627
"moduleDirectories": [

0 commit comments

Comments
 (0)