Skip to content

Commit 5671dd1

Browse files
Build: Typescript
1 parent 9b6555f commit 5671dd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"test": "set NODE_ENV=test_lib && mocha 'tests/vanilla/**/*test.*js' --recursive --timeout 10000",
88
"test-react": "set NODE_ENV=test_lib && mocha 'tests/react/**/*test.*js' --recursive --timeout 10000",
99
"lint": "eslint \"**/*.ts\" --ignore-pattern node_modules/",
10-
"build": "tsc"
10+
"build": "tsc",
11+
"type-check": "tsc --noEmit"
1112
},
1213
"keywords": [],
1314
"author": "Vladimir Turov & Ainur Gimadeev",

0 commit comments

Comments
 (0)