Skip to content

Commit 2747c78

Browse files
authored
chore(ci): fix build error not being reported (#70)
1 parent 86b3637 commit 2747c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"scripts": {
3434
"test:lint": "eslint .",
35-
"test:types": "tsc --noEmit",
35+
"test:types": "tsc --build --emitDeclarationOnly",
3636
"test:unit": "node --experimental-global-webcrypto --loader '#ts-loader' test/index.ts",
3737
"test": "yarn test:lint && yarn test:types && yarn test:unit",
3838
"build": "tsc --build",

0 commit comments

Comments
 (0)