Skip to content

Commit

Permalink
Don't use glob in package test script
Browse files Browse the repository at this point in the history
  • Loading branch information
zenflow committed Feb 26, 2018
1 parent 08e876a commit 257c1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/main.js",
"scripts": {
"pretest": "npm run lint",
"test": "lab test/* -r lcov | coveralls",
"test": "lab -r lcov | coveralls",
"lint": "standard",
"postlint": "npm run lint-md",
"lint-md": "standard-markdown"
Expand Down

0 comments on commit 257c1d5

Please sign in to comment.