Skip to content

Commit 41c102b

Browse files
committed
package: add standard to default test target, use npm run unit for isolation
1 parent e43d176 commit 41c102b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
3838
"integration": "mocha --reporter list test/integration/*.js",
3939
"standard": "standard",
40-
"test": "npm run-script unit",
40+
"test": "npm run-script unit && npm run standard",
4141
"unit": "istanbul test mocha -- --reporter list test/*.js"
4242
},
4343
"repository": {

0 commit comments

Comments
 (0)