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",