Skip to content

Commit

Permalink
add tsc --noEmit to linting command in jspsych package
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau committed Aug 29, 2024
1 parent dfe8aaa commit 9973190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jspsych/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build": "run-p build:js build:styles",
"build:watch": "run-p \"build:js -- --watch\" \"build:styles watch\"",
"prepack": "cp ../../README.md .",
"lint": "eslint src"
"lint": "tsc --noEmit && eslint src"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9973190

Please sign in to comment.