From bb799d4f648c9f138dcb706f5e6403feccb93996 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 29 Aug 2022 00:37:34 +0530 Subject: Build script fixes --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index a81d57b..104d013 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,9 @@ "tailwind:process": "npx postcss src/css/styles.css --o src/_includes/assets/css/styles.css --watch", "tailwind:build": "npx postcss src/css/styles.css --o src/_includes/assets/css/styles.css", "serve": "eleventy --serve", + "eleventy": "eleventy", "start": "concurrently \"npm run tailwind:process\" \"npm run serve\"", - "build": "eleventy && npm run tailwind:build" + "build": "npm run eleventy && npm run tailwind:build" }, "keywords": [], "author": "", -- cgit v1.2.3