Skip to content

Commit

Permalink
⚒ tweak glob
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed May 2, 2019
1 parent a3e0e29 commit 9143043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"coverage": "opener ./coverage/lcov-report/index.html",
"lint": "eslint lib scripts tests/lib .eslintrc.js",
"test": "nyc npm run -s test:_mocha",
"test:_mocha": "_mocha tests/lib/**/*.js --reporter progress",
"test:_mocha": "_mocha \"tests/lib/**/*.js\" --reporter progress",
"preversion": "npm t && npm run -s build",
"version": "eslint lib/rules --fix && git add lib/rules",
"postversion": "git push && git push --tags",
Expand Down

0 comments on commit 9143043

Please sign in to comment.