test command

This commit is contained in:
BuckarooBanzay 2020-01-09 09:56:20 +01:00
parent 6f3de51372
commit 308e49991a

View File

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "cd src && jshint && cd ../public/js/ && jshint"
"test": "cd src && jshint . && cd ../public/js/ && jshint ."
},
"author": "",
"license": "ISC",