Lint after running unit tests

This commit is contained in:
jos 2018-06-16 14:59:36 +02:00
parent 8708661e7c
commit 48d6bfe46b

View File

@ -163,7 +163,7 @@
"watch": "gulp watch",
"docs": "gulp docs",
"lint": "standard --env=mocha --env=worker",
"test": "npm run lint && npm run test:src",
"test": "npm run test:src && npm run lint",
"test:src": "mocha test test-node --recursive --require babel-core/register",
"test:dist": "mocha test-dist --recursive",
"test:browser": "karma start ./browser-test-config/local-karma.js",