We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3207f31 commit ee1acceCopy full SHA for ee1acce
.github/workflows/ci.yml
@@ -37,6 +37,8 @@ jobs:
37
pnpm ready
38
# run again to check cache hits
39
40
+ env:
41
+ VITE_LOG: 'trace'
42
43
- name: Check build artifacts
44
run: |
@@ -83,3 +85,5 @@ jobs:
83
85
- run: vite fmt -c .oxfmtrc.jsonc --check
84
86
87
- run: vite lint -c .oxlintrc.json
88
89
package.json
@@ -15,7 +15,7 @@
15
"generate": "node tools/override-rolldown.mjs --stats"
16
},
17
"devDependencies": {
18
- "@typescript-eslint/scope-manager": "^8.46.4",
+ "@typescript-eslint/scope-manager": "^8.47.0",
19
"@voidzero-dev/vite-plus": "latest",
20
"dprint": "^0.50.2",
21
"playwright": "^1.56.1",
0 commit comments