Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
66aeb885
Unverified
Commit
66aeb885
authored
Jan 03, 2024
by
ThatOneCalculator
Browse files
fix:
🔨
use bun instead of bunx in scripts
parent
7e4a13f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+2
-2
No files found.
package.json
View file @
66aeb885
...
...
@@ -11,8 +11,8 @@
"lint"
:
"bun eslint"
,
"lint:types"
:
"bun check"
,
"lint:backend"
:
"pylint backend/"
,
"eslint"
:
"
bunx
eslint . --fix"
,
"format"
:
"bun
x
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"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment