Skip to content

Commit 7721e36

Browse files
committed
Add typecheck script
1 parent 5a6a3d8 commit 7721e36

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"coverage": "jest --config=./jest.config.json --coverage --coverageReporters=text-lcov | coveralls",
88
"test": "jest --config=./jest.config.json",
99
"test:watch": "jest --config=./jest.config.json --watch",
10-
"prepare": "npm run build"
10+
"prepare": "npm run build",
11+
"typecheck": "tsc --noEmit"
1112
},
1213
"dependencies": {
1314
"@beda.software/remote-data": "^1.1.3",

0 commit comments

Comments
 (0)