Skip to content

Commit

Permalink
Followup #1950: Fix lint:styles task with cmd.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Aug 20, 2017
1 parent 499f809 commit 2c777ec
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 @@ -82,7 +82,7 @@
"rmdist": "rimraf dist",
"lint": "npm run -s lint:scripts && npm run -s lint:styles",
"lint:scripts": "eslint resources/assets/scripts resources/assets/build",
"lint:styles": "stylelint 'resources/assets/styles/**/*.{css,sass,scss,sss,less}'",
"lint:styles": "stylelint \"resources/assets/styles/**/*.{css,sass,scss,sss,less}\"",
"test": "npm run -s lint"
},
"engines": {
Expand Down

0 comments on commit 2c777ec

Please sign in to comment.