Skip to content

Commit 3e243ed

Browse files
committed
Update scripts tasks
1 parent b15daed commit 3e243ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"test": "yarn jest --watch",
3636
"coverage": "yarn test --coverage --watchAll=false",
3737
"coverage-preview": "http-server -o -p 5000 coverage/lcov-report",
38-
"type-check": "tsc --noEmit --project ./tsconfig.build.json",
39-
"verify": "yarn type-check && yarn lint && yarn build && yarn test"
38+
"type-check": "tsc --noEmit --skipLibCheck",
39+
"verify": "yarn type-check && yarn lint && yarn build && yarn coverage"
4040
},
4141
"dependencies": {
4242
"@typescript-eslint/experimental-utils": "~2.32.0",

0 commit comments

Comments
 (0)