aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIndrajith K L2022-08-29 01:56:31 +0530
committerIndrajith K L2022-08-29 01:56:31 +0530
commite5fcb404ddb40ae14b8d844dec6d75c5436a6a39 (patch)
treedc1808c10273589aa3b72cacfef3be3703c402d2 /package.json
parent15c400fd10a62b10b5cd937cc45efcf7cf255fe1 (diff)
downloadindrajith-dev-e5fcb404ddb40ae14b8d844dec6d75c5436a6a39.tar.gz
indrajith-dev-e5fcb404ddb40ae14b8d844dec6d75c5436a6a39.tar.bz2
indrajith-dev-e5fcb404ddb40ae14b8d844dec6d75c5436a6a39.zip
Style & Build script Fixes
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
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": "",