Remove 'fill-sample-template.js' script to streamline the project and eliminate unused functionality. Update 'smoke-test.js' to reflect this change by removing the call to the deleted script.

This commit is contained in:
Torsten Schulz (local)
2025-11-18 16:24:59 +01:00
parent 417ceedd85
commit 570dc61f55
2 changed files with 0 additions and 259 deletions

View File

@@ -10,7 +10,6 @@ function run(cmd) {
async function main() {
const root = process.cwd()
run('node scripts/create-fillable-template.js')
run('node scripts/fill-sample-template.js')
const uploads = path.join(root, 'public', 'uploads')
const files = fs.existsSync(uploads) ? fs.readdirSync(uploads).filter(f => f.toLowerCase().endsWith('.pdf')) : []
console.log('Uploads PDFs:', files)