feat(cv): rebuild section editing workflow
CI and Deploy / test (push) Failing after 30s
CI and Deploy / deploy (push) Has been skipped

This commit is contained in:
cesnimda
2026-08-27 15:27:54 +02:00
parent ccd0af908c
commit b5249357c7
10 changed files with 525 additions and 221 deletions
+1
View File
@@ -31,6 +31,7 @@
"scripts": {
"dev": "next dev",
"start": "next dev",
"serve:export": "node ./scripts/serve-export.mjs",
"build": "node --max-old-space-size=4096 ./node_modules/next/dist/bin/next build",
"test": "jest",
"test:e2e": "dotnet build ../JobTrackerApi/JobTrackerApi.csproj --configuration Release && playwright test"