Skip to content

Commit 2c859df

Browse files
committed
chore: update build process to include astro-app and modify prettier ignore
1 parent 2c382f5 commit 2c859df

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

.dagger/src/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class AnalogCi {
116116
return this.base(source).withExec(['pnpm', 'run', 'lint']).stdout();
117117
}
118118

119-
/** Build all packages and apps (excluding astro-app). */
119+
/** Build all packages and apps. */
120120
@func()
121121
async build(
122122
@argument({
@@ -156,7 +156,6 @@ export class AnalogCi {
156156
'--target',
157157
'build',
158158
'--all',
159-
'--exclude=astro-app',
160159
])
161160
.stdout();
162161
}
@@ -257,7 +256,6 @@ export class AnalogCi {
257256
'--target',
258257
'build',
259258
'--all',
260-
'--exclude=astro-app',
261259
])
262260
.withExec([
263261
'pnpm',
@@ -385,7 +383,6 @@ export class AnalogCi {
385383
'--target',
386384
'build',
387385
'--all',
388-
'--exclude=astro-app',
389386
])
390387
.withExec([
391388
'pnpm',
@@ -465,7 +462,6 @@ export class AnalogCi {
465462
'--target',
466463
'build',
467464
'--all',
468-
'--exclude=astro-app',
469465
])
470466
.withExec([
471467
'pnpm',

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/dist
44
/coverage
55
.prettierignore
6+
.astro
67
.docusaurus/
78
pnpm-lock.yaml
89
/.nx/cache

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ Projects with caching explicitly disabled (`"cache": false` on their build targe
129129
## Common Pitfalls
130130

131131
- Always run `pnpm i` before building if `pnpm-lock.yaml` has changed
132-
- The `astro-app` is excluded from the main build (`--exclude=astro-app`)
133132
- Git hooks are in `.githooks/` (not `.husky/`), configured via `git config core.hookspath .githooks`
134133
- The `prepare` script sets up git hooks — runs automatically after `pnpm i`
135134

0 commit comments

Comments
 (0)