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