aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIndrajith K L2022-08-29 00:24:49 +0530
committerIndrajith K L2022-08-29 00:24:49 +0530
commit0e4011d69e7dc42c18594efcd9a304e844a22d0f (patch)
tree8f561b83d9a5bcbe40d3f73da3e54c8c626ccb50 /package.json
parent2541db4fff035085440fe43ea433caa37a065f3d (diff)
downloadindrajith-dev-0e4011d69e7dc42c18594efcd9a304e844a22d0f.tar.gz
indrajith-dev-0e4011d69e7dc42c18594efcd9a304e844a22d0f.tar.bz2
indrajith-dev-0e4011d69e7dc42c18594efcd9a304e844a22d0f.zip
Style & Build script fixes
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": "",