Skip to content

Commit cba5d89

Browse files
committed
chore: wip
1 parent e765b0a commit cba5d89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: cd storage/framework && bun run build
5252

5353
- name: Lint
54-
run: bunx eslint .
54+
run: bunx --bun eslint .
5555

5656
typecheck:
5757
runs-on: ${{ matrix.os }}

storage/framework/views/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "bunx vite-ssg build -c ../../core/vite/src/views.ts",
77
"dev": "bunx vite serve -c ../../core/vite/src/views.ts",
8-
"lint": "bunx eslint .",
8+
"lint": "bunx --bun eslint .",
99
"preview": "bunx vite preview",
1010
"typecheck": "bunx --bun vue-tsc --noEmit",
1111
"up": "bunx taze major -I",

0 commit comments

Comments
 (0)