mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
fix: 🔨 use bun instead of bunx in scripts
This commit is contained in:
parent
7e4a13f82c
commit
66aeb885c5
@ -11,8 +11,8 @@
|
||||
"lint": "bun eslint",
|
||||
"lint:types": "bun check",
|
||||
"lint:backend": "pylint backend/",
|
||||
"eslint": "bunx eslint . --fix",
|
||||
"format": "bunx prettier --plugin-search-dir --write '**/*.{js,ts,svelte,css,md,html,json}'",
|
||||
"eslint": "eslint . --fix",
|
||||
"format": "bun prettier --plugin-search-dir --write '**/*.{js,ts,svelte,css,md,html,json}'",
|
||||
"format:backend": "yapf --recursive backend -p -i"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user