Skip to content

Commit

Permalink
Merge branch 'main' into mrleemurray/add-pr-warning-message-run-svgo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrleemurray authored Feb 6, 2025
2 parents 78bb525 + 3a17401 commit aef8a8f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run svgo
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"fonts": "fantasticon",
"dev": "npm run build && npm run replace-in-vscode",
"build": "npm run clean && npm run svgo && npm run fonts && npm run export-to-ts && npm run export-to-csv && npm run sprite",
"release": "release-it"
"release": "release-it",
"prepare": "husky"
},
"repository": {
"type": "git",
Expand All @@ -27,9 +28,10 @@
"devDependencies": {
"ansi-regex": ">=5.0.1",
"fantasticon": "^1.2.3",
"husky": "^9.1.7",
"opentype.js": "^1.3.3",
"release-it": "15.10.1",
"svg-sprite": "^1.5.2",
"svgo": "2.7.0"
}
}
}

0 comments on commit aef8a8f

Please sign in to comment.