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
793a8603
Commit
793a8603
authored
May 21, 2024
by
Timothy J. Baek
Browse files
Update package.json
parent
77165726
Changes
1
Show 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 @
793a8603
...
...
@@ -13,7 +13,7 @@
"lint:types"
:
"npm run check"
,
"lint:backend"
:
"pylint backend/"
,
"format"
:
"prettier --plugin-search-dir --write
\"
**/*.{js,ts,svelte,css,md,html,json}
\"
"
,
"format:backend"
:
"black . --exclude
\"
/venv/
\"
"
,
"format:backend"
:
"black . --exclude
\"
.venv/|
/venv/
\"
"
,
"i18n:parse"
:
"i18next --config i18next-parser.config.ts && prettier --write
\"
src/lib/i18n/**/*.{js,json}
\"
"
,
"cy:open"
:
"cypress open"
,
"test:frontend"
:
"vitest"
,
...
...
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