From a4ebae2017ab9eeaa509b926b565fd8b9f106df2 Mon Sep 17 00:00:00 2001 From: Wick Date: Wed, 23 Jan 2019 18:25:57 +0100 Subject: [PATCH] refactor(package.json): make Windows understand the "format" command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aaaaf6b..d72cb7c 100755 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "private": true, "scripts": { "css": "sass --load-path=node_modules --update app/sass:app/dist --style compressed", - "format": "eslint '**/*.js' --fix --ignore-pattern '/app/dist/'", + "format": "eslint \"**/*.js\" --fix --ignore-pattern '/app/dist/'", "start": "npm run css && npm i && NODE_ENV=production node index.js", "test": "run-s test:*", "test:dependencies": "updates --update ./ --exclude fastify,prismjs",