Skip to content

Commit

Permalink
fix: Use double quotes to make command work on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Okonetchnikov authored and okonet committed Apr 3, 2018
1 parent b4fbc3b commit 06635c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"precommit": "node index.js",
"cz": "git-cz",
"lint:base": "eslint --rule 'prettier/prettier: 2'",
"lint:base": "eslint --rule \"prettier/prettier: 2\"",
"lint": "yarn lint:base -- .",
"lint:fix": "yarn lint --fix",
"pretest": "yarn lint",
Expand Down

0 comments on commit 06635c6

Please sign in to comment.