mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Lint after running unit tests
This commit is contained in:
parent
8708661e7c
commit
48d6bfe46b
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user