Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48d6bfe

Browse files
committed
Lint after running unit tests
1 parent 8708661 commit 48d6bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"watch": "gulp watch",
164164
"docs": "gulp docs",
165165
"lint": "standard --env=mocha --env=worker",
166-
"test": "npm run lint && npm run test:src",
166+
"test": "npm run test:src && npm run lint",
167167
"test:src": "mocha test test-node --recursive --require babel-core/register",
168168
"test:dist": "mocha test-dist --recursive",
169169
"test:browser": "karma start ./browser-test-config/local-karma.js",

0 commit comments

Comments
 (0)