refactor(package.json): make Windows understand the "format" command
This commit is contained in:
parent
f602eab23b
commit
a4ebae2017
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue