mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-26 19:00:28 +00:00
Revise npm run lint to also lint scss files
This commit is contained in:
parent
adc4767eec
commit
3271d91237
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
|||
"webpack:prod:build": "webpack --config ./client/webpack/prod.config.js",
|
||||
"lint:js": "eslint --max-warnings 16 ./client",
|
||||
"lint:css": "stylelint **/*.scss",
|
||||
"lint": "npm run lint:js",
|
||||
"lint": "npm run lint:js && npm run lint:css",
|
||||
"test": "npm run test:unit",
|
||||
"test:unit": "jest",
|
||||
"test:unit:watch": "jest --watch",
|
||||
|
|
|
|||
Loading…
Reference in a new issue