Skip to content

Commit

Permalink
Merge pull request #1955 from oxyc/followup-1950
Browse files Browse the repository at this point in the history
Followup #1950: Fix lint:styles task with cmd.exe
  • Loading branch information
retlehs committed Aug 22, 2017
2 parents 499f809 + 2c777ec commit 739fac8
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 739fac8

Please sign in to comment.