forked from open-webui/open-webui
fix: 🔨 use bun instead of bunx in scripts
This commit is contained in:
parent
7e4a13f82c
commit
66aeb885c5
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
||||||
"lint": "bun eslint",
|
"lint": "bun eslint",
|
||||||
"lint:types": "bun check",
|
"lint:types": "bun check",
|
||||||
"lint:backend": "pylint backend/",
|
"lint:backend": "pylint backend/",
|
||||||
"eslint": "bunx eslint . --fix",
|
"eslint": "eslint . --fix",
|
||||||
"format": "bunx prettier --plugin-search-dir --write '**/*.{js,ts,svelte,css,md,html,json}'",
|
"format": "bun prettier --plugin-search-dir --write '**/*.{js,ts,svelte,css,md,html,json}'",
|
||||||
"format:backend": "yapf --recursive backend -p -i"
|
"format:backend": "yapf --recursive backend -p -i"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue