Skip to content

Commit 9973190

Browse files
committed
add tsc --noEmit to linting command in jspsych package
1 parent dfe8aaa commit 9973190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jspsych/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build": "run-p build:js build:styles",
2929
"build:watch": "run-p \"build:js -- --watch\" \"build:styles watch\"",
3030
"prepack": "cp ../../README.md .",
31-
"lint": "eslint src"
31+
"lint": "tsc --noEmit && eslint src"
3232
},
3333
"repository": {
3434
"type": "git",

0 commit comments

Comments
 (0)