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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user