From 9143043924578bb49be6606be7e2e0ca230b4ac4 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Thu, 2 May 2019 23:55:22 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=20tweak=20glob?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22f46369..7caf13bb 100644 --- a/package.json +++ b/package.json @@ -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",