mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
add lint command to jspsych package scripts
This commit is contained in:
parent
c039e1465d
commit
67b1f9b255
@ -27,7 +27,8 @@
|
|||||||
"build:styles": "webpack-cli",
|
"build:styles": "webpack-cli",
|
||||||
"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"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user