Skip to content

Commit

Permalink
MNT Update scss lint path
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jun 10, 2024
1 parent 96f07df commit 6551f78
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 @@ -9,7 +9,7 @@
"build": "yarn && yarn lint && rm -rf client/dist/* && NODE_ENV=production webpack --mode production --bail --progress",
"dev": "NODE_ENV=development webpack --progress",
"watch": "NODE_ENV=development webpack --watch --progress",
"lint": "eslint client/src/js && stylelint client/src/styles"
"lint": "eslint client/src/js && stylelint client/src"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 6551f78

Please sign in to comment.