Skip to content

Commit 069a8ac

Browse files
committed
ci: change build directory to .nuxt to fix an error
1 parent d2806d7 commit 069a8ac

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/build_nightly.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ jobs:
5353
- name: install frontend dependencies
5454
run: bun install
5555

56-
- name: generate nuxt artifacts
57-
run: bun run postinstall
58-
59-
- name: Verify .nuxt directory
60-
run: |
61-
ls -la
62-
ls -la ../
63-
6456
- name: Cache Bun modules
6557
uses: actions/cache@v3
6658
with:

nuxt.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export default defineNuxtConfig({
33
srcDir: "./src",
4-
buildDir: "./build",
54
compatibilityDate: "2025-05-15",
65
devtools: { enabled: true },
76
// Desktop apps are fully CSR

0 commit comments

Comments
 (0)