Skip to content

Commit

Permalink
docs: add svgo command to pre commit hook (#16178)
Browse files Browse the repository at this point in the history
* chore: add svgo command to pre commit lint

* docs: add multipass flag
  • Loading branch information
amareshsm committed Aug 10, 2022
1 parent 784096d commit 61b2948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -39,7 +39,8 @@
"docs/src/rules/*.md": [
"node tools/fetch-docs-links.js",
"git add docs/src/_data/further_reading_links.json"
]
],
"docs/**/*.svg": "npx svgo -r --multipass"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit 61b2948

Please sign in to comment.