aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIndrajith K L2022-08-29 00:37:34 +0530
committerIndrajith K L2022-08-29 00:37:34 +0530
commitbb799d4f648c9f138dcb706f5e6403feccb93996 (patch)
tree277ac8fb75eac180b00be6612e2fa24bd76ac042 /package.json
parent0e4011d69e7dc42c18594efcd9a304e844a22d0f (diff)
downloadindrajith-dev-bb799d4f648c9f138dcb706f5e6403feccb93996.tar.gz
indrajith-dev-bb799d4f648c9f138dcb706f5e6403feccb93996.tar.bz2
indrajith-dev-bb799d4f648c9f138dcb706f5e6403feccb93996.zip
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 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": "",