build: update CSS lint command

This commit is contained in:
Ben Goldsworthy 2024-03-20 09:15:24 +00:00
parent 6a1d647e94
commit d8f29bdafb
Signed by: Rumperuu
SSH key fingerprint: SHA256:v3uompaUiPqV2w1/AIRWBSQOxr2dntH9Xs/y8fDnUPU

View file

@ -12,7 +12,7 @@
"lint:fix": "npm run lint:php:fix; npm run lint:css:fix",
"lint:php": "./vendor/bin/phpcs",
"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"
},
"devDependencies": {