Skip to content

Commit ee1acce

Browse files
authored
ci: add vite log (#110)
1 parent 3207f31 commit ee1acce

File tree

3 files changed

+250
-79
lines changed

3 files changed

+250
-79
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
pnpm ready
3838
# run again to check cache hits
3939
pnpm ready
40+
env:
41+
VITE_LOG: 'trace'
4042

4143
- name: Check build artifacts
4244
run: |
@@ -83,3 +85,5 @@ jobs:
8385
- run: vite fmt -c .oxfmtrc.jsonc --check
8486

8587
- run: vite lint -c .oxlintrc.json
88+
env:
89+
VITE_LOG: 'trace'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"generate": "node tools/override-rolldown.mjs --stats"
1616
},
1717
"devDependencies": {
18-
"@typescript-eslint/scope-manager": "^8.46.4",
18+
"@typescript-eslint/scope-manager": "^8.47.0",
1919
"@voidzero-dev/vite-plus": "latest",
2020
"dprint": "^0.50.2",
2121
"playwright": "^1.56.1",

0 commit comments

Comments
 (0)