From 7b10128e8ab85266db83644c2412df9758e1ad5a Mon Sep 17 00:00:00 2001 From: William Moore Date: Tue, 13 Jun 2023 18:15:06 -0500 Subject: [PATCH] Update to use build to build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 478cfe3..a445245 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "start": "npx tsc && cp -R public dist && npx gulp && npx rollup -c", + "build": "npx tsc && cp -R public dist && npx gulp && npx rollup -c", "clean": "rm -rf build && rm -rf dist", "test": "echo \"Error: no test specified\" && exit 1" },