aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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": "",