Bump
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 1m43s

This commit is contained in:
Dominik Milacher 2025-06-13 22:34:34 +02:00
parent a9d9ae5b1c
commit d40220a23d
2 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,7 @@ jobs:
run: |
mkdir -p deploy
# could also configure turbo.json to output everything in root-subdir?
for public in apps/*/.output/public; do
if [ -d "$public" ]; then
# Derive the app name (e.g. "marketing" for apps/marketing)

View File

@ -10,6 +10,10 @@
"dev": {
"cache": false,
"persistent": true
},
"generate": {
"dependsOn": ["^generate"],
"outputs": [".output/**"]
}
}
}