mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38: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": "run-p build:js build:styles",
|
||||||
"build:watch": "run-p \"build:js -- --watch\" \"build:styles watch\"",
|
"build:watch": "run-p \"build:js -- --watch\" \"build:styles watch\"",
|
||||||
"prepack": "cp ../../README.md .",
|
"prepack": "cp ../../README.md .",
|
||||||
"lint": "eslint src"
|
"lint": "tsc --noEmit && eslint src"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user