Add build script to package.json for Docker build

This commit is contained in:
Leopere 2025-03-01 18:37:27 -05:00
parent 758b242f11
commit c5c44986d8
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@
"test:security": "node test-security.js",
"test:security:bash": "./test-security.sh",
"test:security:csp": "node test-security.js --test=csp",
"test:security:cors": "node test-security.js --test=cors"
"test:security:cors": "node test-security.js --test=cors",
"build": "node update-js.js"
},
"repository": {
"type": "git",