build: update CSS lint command
This commit is contained in:
parent
6a1d647e94
commit
d8f29bdafb
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
"lint:fix": "npm run lint:php:fix; npm run lint:css:fix",
|
"lint:fix": "npm run lint:php:fix; npm run lint:css:fix",
|
||||||
"lint:php": "./vendor/bin/phpcs",
|
"lint:php": "./vendor/bin/phpcs",
|
||||||
"lint:php:fix": "./vendor/bin/phpcbf",
|
"lint:php:fix": "./vendor/bin/phpcbf",
|
||||||
"lint:css": "npx stylelint ./public/css/app.css",
|
"lint:css": "npx stylelint ./resources/css/app.css",
|
||||||
"lint:css:fix": "npm run lint:css -- --fix"
|
"lint:css:fix": "npm run lint:css -- --fix"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue