Skip to content

Commit

Permalink
Separate npm scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Aug 7, 2019
1 parent 22cbea3 commit 07ce0a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
"serve-static": "^1.14.1"
},
"scripts": {
"test": "eslint *.js && mocha test/*.js"
"eslint": "eslint .",
"mocha": "mocha",
"test": "npm run eslint && npm run mocha"
},
"prettier": {
"trailingComma": "es5",
Expand Down

0 comments on commit 07ce0a5

Please sign in to comment.