mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 19:13:39 +00:00
[BEEEP] Add script for optimizing images (#1374)
This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
"npm": "~8"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --ignore-unknown --write"
|
||||
"*": "prettier --ignore-unknown --write",
|
||||
"*.png": "node scripts/optimize.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user