From 64bbbf997b63aa332e5abc5978d900edc0d223d2 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 18 Dec 2023 15:26:32 -0500 Subject: [PATCH] chore: SVG optimization no longer breaks outline icons (#1313) --- .github/CONTRIBUTING.md | 2 +- scripts/build.ts | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d836b1b44..c9f0475cf 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -50,7 +50,7 @@ Please see our [Contributor Code of Conduct](./CODE_OF_CONDUCT.md) for informati 1. Run `npm start` from the root directory to start a local version of the icon test. 2. Modify the icon test as needed in the `index.html` file. - +3. If you are modifying icons, you can run `npm run build.files` to re-run the SVG optimization script to verify there are no changes after optimizing the SVG.