mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
@@ -31,6 +31,7 @@
|
||||
"cssnano": "^4.0.1",
|
||||
"eslint": "^5.0.0",
|
||||
"eslint-plugin-flowtype": "^2.40.1",
|
||||
"eslint-plugin-react": "^7.10.0",
|
||||
"file-loader": "^1.1.11",
|
||||
"flow-bin": "^0.77.0",
|
||||
"husky": "^1.0.0-rc.8",
|
||||
@@ -61,7 +62,7 @@
|
||||
"bin": "cli.js",
|
||||
"scripts": {
|
||||
"test": "npm run prestart && npm run test:lint && npm run test:flow && npm run test:jest",
|
||||
"test:lint": "eslint katex.js katex.webpack.js cli.js webpack.*.js src static test contrib dockers && stylelint src/katex.less",
|
||||
"test:lint": "eslint katex.js katex.webpack.js cli.js webpack.*.js src static test contrib dockers website && stylelint src/katex.less",
|
||||
"test:flow": "flow",
|
||||
"test:jest": "jest",
|
||||
"test:jest:watch": "jest --watch",
|
||||
|
Reference in New Issue
Block a user