mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 12:36:17 +00:00
chore: Faster npm pre-committ
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
e7a812f5de
commit
bc56eafc51
2 changed files with 12 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ repos:
|
|||
require_serial: true
|
||||
- id: ui-eslint
|
||||
name: Lint UI code with ESLint
|
||||
entry: bash -c 'cd llama_stack/ui && npm ci && npm run lint -- --fix --quiet'
|
||||
entry: bash -c 'cd llama_stack/ui && npm run lint -- --fix --quiet'
|
||||
language: system
|
||||
files: ^llama_stack/ui/.*\.(ts|tsx)$
|
||||
pass_filenames: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue