aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIndrajith K L2022-09-03 04:02:32 +0530
committerIndrajith K L2022-09-03 04:02:32 +0530
commite2a597a5efcd09f99b6e85620971c3e2fc50db12 (patch)
tree0b926a3d6ea1bf794b312a829797d126200b3e2b /package.json
parent9a598b7ea590afb0bde22ec4838c5e49d85a7196 (diff)
downloadindrajith-dev-e2a597a5efcd09f99b6e85620971c3e2fc50db12.tar.gz
indrajith-dev-e2a597a5efcd09f99b6e85620971c3e2fc50db12.tar.bz2
indrajith-dev-e2a597a5efcd09f99b6e85620971c3e2fc50db12.zip
Tailwind Build Process Changes
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index abccb36..d1b3bba 100644
--- a/package.json
+++ b/package.json
@@ -6,11 +6,11 @@
"scripts": {
"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",
+ "serve": "npx @11ty/eleventy --serve",
+ "eleventy": "npx @11ty/eleventy",
"start": "concurrently \"npm run tailwind:process\" \"npm run serve\"",
- "build": "npm run tailwindcli:build && npm run eleventy",
- "tailwindcli:build": "npx tailwindcss -i src/css/styles.css -o src/_includes/assets/css/styles.css"
+ "build": "concurrently \"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": "",