fix: exclude fonts from katex.min.css

This commit is contained in:
thecodrr
2022-07-26 23:26:24 +05:00
parent 98ce02b099
commit 9448d66fac
3 changed files with 10 additions and 2 deletions

View File

@@ -77,7 +77,8 @@
"build": "./scripts/build.sh",
"watch": "./scripts/build.sh --watch",
"prepub": "./scripts/compile.sh",
"pub": "np"
"pub": "np",
"postinstall": "npx patch-package"
},
"np": {
"tests": false,