File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 33/dist
44/coverage
55.prettierignore
6+ .astro
67.docusaurus /
78pnpm-lock.yaml
89/.nx /cache
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments