From f08a69c84ee34b5cda6c1af30077793953836c16 Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Mon, 19 Jun 2023 09:56:02 -0500 Subject: [PATCH] Attempted to fix build to work with automation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e75bb9..9bad19e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "server.js", "scripts": { "start": "node dist/server.js", - "compile": "tsc && cp -R src/views dist/views", + "build": "tsc && cp -R src/views dist/views && cp -R src/public dist/public", "dev": "nodemon src/server.ts" }, "dependencies": {