aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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": "",