mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
add tsc --noEmit to linting command in jspsych package
This commit is contained in:
parent
dfe8aaa7de
commit
9973190801
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user