From c5c44986d85e859c67e9c5555197fcec4e66602c Mon Sep 17 00:00:00 2001 From: Leopere Date: Sat, 1 Mar 2025 18:37:27 -0500 Subject: [PATCH] Add build script to package.json for Docker build --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f93da2..6fc9c5e 100644 --- a/package.json +++ b/package.json @@ -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",