From e5fcb404ddb40ae14b8d844dec6d75c5436a6a39 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 29 Aug 2022 01:56:31 +0530 Subject: Style & 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 104d013..9059371 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "serve": "eleventy --serve", "eleventy": "eleventy", "start": "concurrently \"npm run tailwind:process\" \"npm run serve\"", - "build": "npm run eleventy && npm run tailwind:build" + "build": "npm run tailwindcli:build && npm run eleventy", + "tailwindcli:build":"npx tailwindcss -i src/css/styles.css -o src/_includes/assets/css/styles.css" }, "keywords": [], "author": "", -- cgit v1.2.3