mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
use correct spacing with tight styles (#1106)
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
"clean": "rm -rf build/* node_modules/",
|
||||
"clean-install": "npm run clean && npm i",
|
||||
"test": "check-dependencies && npm run lint && npm run flow && npm run jest",
|
||||
"verify-screenshots": "check-dependencies && dockers/Screenshotter/screenshotter.sh --verify",
|
||||
"start": "check-dependencies && webpack-dev-server --open --config webpack.dev.js",
|
||||
"build": "check-dependencies && rimraf build/* && webpack",
|
||||
"watch": "npm run build -- --watch",
|
||||
|
Reference in New Issue
Block a user