Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
pnpm ready
# run again to check cache hits
pnpm ready
env:
VITE_LOG: 'trace'

- name: Check build artifacts
run: |
Expand Down Expand Up @@ -83,3 +85,5 @@ jobs:
- run: vite fmt -c .oxfmtrc.jsonc --check

- run: vite lint -c .oxlintrc.json
env:
VITE_LOG: 'trace'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"generate": "node tools/override-rolldown.mjs --stats"
},
"devDependencies": {
"@typescript-eslint/scope-manager": "^8.46.4",
"@typescript-eslint/scope-manager": "^8.47.0",
"@voidzero-dev/vite-plus": "latest",
"dprint": "^0.50.2",
"playwright": "^1.56.1",
Expand Down
Loading
Loading