restore: reset past source tree deletion, apply pending work

This commit is contained in:
Timmy
2026-03-27 10:49:39 +00:00
parent 04214ca155
commit 3571511349
21 changed files with 2799 additions and 37 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ base_branch = "master"
[[component]]
name = "frontend"
path = "frontend"
setup = ["npm install", "npm run build"]
setup = ["npm ci", "npm run build"]
teardown = []
[[component]]