Skip to content

Commit

Permalink
🔨 stop prettifying SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Jan 9, 2025
1 parent 34fb547 commit 0101352
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devTools/svgTester/update-configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ main() {
node itsJustJavascript/devTools/svgTester/export-graphs.js \
-i $CONFIGS_DIR \
-o $REFERENCES_DIR
yarn prettier --write --parser html $REFERENCES_DIR

echo "=> Committing reference SVGs (default views)"
cd $SVGS_REPO \
Expand All @@ -58,7 +57,6 @@ main() {
-o $ALL_VIEWS_SVG_DIR \
-f $CHART_IDS_FILE \
--all-views
yarn prettier --write --parser html $ALL_VIEWS_SVG_DIR

echo "=> Committing reference SVGs (all views)"
cd $SVGS_REPO \
Expand Down

0 comments on commit 0101352

Please sign in to comment.