Test script

pull/1/head
sundowndev 2018-11-14 18:16:16 +01:00
parent c9b9ee5d3f
commit bd8d95a8b4
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
"title": "Mooc API"
},
"scripts": {
"doc": "apidoc -i ./app/routes -o ./docs",
"test": "eslint ./"
"docs": "apidoc -i ./app/routes -o ./docs",
"test": "eslint ./ && npm run docs"
},
"repository": {
"type": "git",