mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-16 08:18:39 +00:00
build: move font generation to the main repo (#2837)
* build: move font generation to the main repo * Update fonts * chore: remove submodules * Update paths * Update fonts.yml Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
This commit is contained in:
@@ -114,9 +114,7 @@
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "yarn test:lint",
|
||||
"post-merge": "git submodule update --init --recursive",
|
||||
"post-checkout": "git submodule update --init --recursive"
|
||||
"pre-commit": "yarn test:lint"
|
||||
}
|
||||
},
|
||||
"jest": {
|
||||
|
Reference in New Issue
Block a user