mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 11:40:01 +00:00
Pyright has been installed twice so far, once via `package.json` and once in the test script via `npx --no-install`. Separating the type checks in the CI and on the developer desktop is also not necessary. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"name": "searxng.org/devtools",
|
|
"dependencies": {
|
|
"pyright": "^1.1.403"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -Rf node_modules package-lock.json"
|
|
}
|
|
}
|