fix(workflow): change scripts
This commit is contained in:
@@ -53,3 +53,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
# --immutable ensures the lockfile isn't changed (replaces --frozen-lockfile)
|
||||
run: yarn install --immutable
|
||||
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
run: yarn install --immutable
|
||||
|
||||
- name: Type Check
|
||||
run: yarn svelte-check --threshold warning
|
||||
run: yarn check:shadcn-excluded
|
||||
|
||||
- name: Lint
|
||||
run: yarn oxlint .
|
||||
run: yarn lint
|
||||
|
||||
Reference in New Issue
Block a user