This commit is contained in:
2026-08-14 21:35:29 +02:00
parent 1109228fcc
commit c97d674461
7 changed files with 36 additions and 6 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
"build:retro": "npx @11ty/eleventy --config=retro/eleventy.config.js",
"build:stefankoelle": "npx @11ty/eleventy --config=stefankoelle/eleventy.config.js",
"build": "npm run build:hub && npm run build:infra && npm run build:smarthome && npm run build:code && npm run build:retro && npm run build:stefankoelle",
"pdf:cv": "bash stefankoelle/pdf/build-pdf.sh"
"pdf:cv": "bash stefankoelle/pdf/build-pdf.sh",
"prebuild": "bash prebuild.sh"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.6"