Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8708661 commit 48d6bfeCopy full SHA for 48d6bfe
1 file changed
package.json
@@ -163,7 +163,7 @@
163
"watch": "gulp watch",
164
"docs": "gulp docs",
165
"lint": "standard --env=mocha --env=worker",
166
- "test": "npm run lint && npm run test:src",
+ "test": "npm run test:src && npm run lint",
167
"test:src": "mocha test test-node --recursive --require babel-core/register",
168
"test:dist": "mocha test-dist --recursive",
169
"test:browser": "karma start ./browser-test-config/local-karma.js",
0 commit comments