mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-13 23:18:38 +00:00
Enable environment variable USE_TTF to disable bundling TTF fonts (#1600)
* Use environment variable USE_TTF to disable bundling TTF fonts * Do not bundle TTF fonts on CircleCI build
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
||||
|
||||
- run:
|
||||
name: Build KaTeX
|
||||
command: yarn build
|
||||
command: USE_TTF=false yarn build
|
||||
|
||||
- store_artifacts:
|
||||
path: dist/katex.min.js
|
||||
|
Reference in New Issue
Block a user