1
0
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:
Oscar Hinton
2022-01-06 21:20:35 +01:00
committed by GitHub
parent 7ffb5db310
commit 2f5d0201fe
29 changed files with 23 additions and 1 deletions

View File

@@ -101,6 +101,7 @@
"npm": "~8"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
"*": "prettier --ignore-unknown --write",
"*.png": "node scripts/optimize.js"
}
}