From 25987e430beb166f60641b861a5b67a161513fd7 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 18 Apr 2023 13:26:55 -0700 Subject: [PATCH] chore: update build command --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 33465e7a..81b84cf3 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "description": "The source for my personal site, blog and portfolio. Build using 11ty and hosted on Vercel.", "main": "index.html", "scripts": { - "start": "eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch", - "tina": "tinacms dev -c 'eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch'", + "start": "tinacms dev -c 'eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch'", "debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch", "lint": "eslint .", "lint:fix": "eslint . --fix",