From 3d368d3379beee635d533c05fbeac2568adc5c60 Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Sat, 21 Oct 2023 00:27:21 -0500 Subject: [PATCH] Add Tina to build --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b996e33..c5f1fb8 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "version": "0.0.1", "private": true, "scripts": { - "dev": "astro dev", + "dev": "npx tinacms dev -c 'astro dev'", "start": "astro dev", - "build": "astro build", + "build": "tinacms build && astro build", "preview": "astro preview", "astro": "astro" },