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",