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 a81d57b..104d013 100644
--- a/package.json
+++ b/package.json
@@ -7,8 +7,9 @@
"tailwind:process": "npx postcss src/css/styles.css --o src/_includes/assets/css/styles.css --watch",
"tailwind:build": "npx postcss src/css/styles.css --o src/_includes/assets/css/styles.css",
"serve": "eleventy --serve",
+ "eleventy": "eleventy",
"start": "concurrently \"npm run tailwind:process\" \"npm run serve\"",
- "build": "eleventy && npm run tailwind:build"
+ "build": "npm run eleventy && npm run tailwind:build"
},
"keywords": [],
"author": "",