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