From 448a37172e7e12d386f552fa9fa8c555e5169318 Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Tue, 9 Sep 2025 00:37:50 -0500 Subject: [PATCH] Update run command for Windows --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e24433..5d65186 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "@cassidoo/blahg", - "version": "0.0.5", + "version": "0.0.6", "private": true, "scripts": { - "dev": "npx tinacms dev -c 'astro dev'", + "dev": "npx tinacms dev -c \"astro dev\"", "start": "astro dev", "build": "tinacms build && astro build", "preview": "astro preview",