From d82d474eba96e42e7894690eb1ee28846946f30d Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Wed, 15 Mar 2023 00:48:05 -0500 Subject: [PATCH] build script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b84b04c..615d641 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Rawr, if you must refer to me this is how you may", "main": "app.js", "scripts": { - "start": "concurrently npm:serve:*", + "start": "concurrently npm:serve:*", + "build": "concurrently npm:build:*", "serve:handlebars": "node app.js", "serve:css": "tailwindcss -i ./src/app.css -o ./dist/app.css --watch", "build:css": "tailwindcss -i ./src/app.css -o ./dist/app.css",