mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 05:28:41 +00:00
Switch npm to Yarn (#1522)
* Add testUrl to jest config * Switch npm to Yarn
This commit is contained in:
committed by
Kevin Barabash
parent
702b3c807f
commit
a76c4b9a2f
2
.arclint
2
.arclint
@@ -2,7 +2,7 @@
|
||||
"linters": {
|
||||
"katex-linter": {
|
||||
"type": "script-and-regex",
|
||||
"script-and-regex.script": "npm run test:lint || true",
|
||||
"script-and-regex.script": "yarn run test:lint || true",
|
||||
"script-and-regex.regex": "/^(?P<file>\\S+): line (?P<line>\\d+), col \\d+, (?P<message>.*)$/m"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user