diff options
author | Indrajith K L | 2022-08-29 00:37:34 +0530 |
---|---|---|
committer | Indrajith K L | 2022-08-29 00:37:34 +0530 |
commit | bb799d4f648c9f138dcb706f5e6403feccb93996 (patch) | |
tree | 277ac8fb75eac180b00be6612e2fa24bd76ac042 /package.json | |
parent | 0e4011d69e7dc42c18594efcd9a304e844a22d0f (diff) | |
download | indrajith-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.json | 3 |
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": "", |