mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38: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:
@@ -10,5 +10,5 @@
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
},
|
||||
"postCreateCommand": "git submodule update --init --recursive && CI=true yarn install"
|
||||
"postCreateCommand": "CI=true yarn install"
|
||||
}
|
||||
|
Reference in New Issue
Block a user