Bump
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 1m43s
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 1m43s
This commit is contained in:
parent
a9d9ae5b1c
commit
d40220a23d
@ -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)
|
||||
|
||||
@ -10,6 +10,10 @@
|
||||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"generate": {
|
||||
"dependsOn": ["^generate"],
|
||||
"outputs": [".output/**"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user