mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 18:59:48 +01:00
Add prettier:check back into npm test, and also run prettier:fix against the devel branch.
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"prettier:fix": "prettier --write \"style/*.css\" \"style/themes/*.css\" \"scripts/pi-hole/**/*.js\"",
|
||||
"xo": "xo",
|
||||
"xo:fix": "npm run xo -- --fix",
|
||||
"test": "npm run xo"
|
||||
"test": "npm run prettier:check && npm run xo"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.3.7",
|
||||
|
||||
Reference in New Issue
Block a user