Update run command for Windows

This commit is contained in:
Cassidy Williams
2025-09-09 00:37:50 -05:00
parent 1a75f45277
commit 448a37172e

View File

@@ -1,9 +1,9 @@
{ {
"name": "@cassidoo/blahg", "name": "@cassidoo/blahg",
"version": "0.0.5", "version": "0.0.6",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "npx tinacms dev -c 'astro dev'", "dev": "npx tinacms dev -c \"astro dev\"",
"start": "astro dev", "start": "astro dev",
"build": "tinacms build && astro build", "build": "tinacms build && astro build",
"preview": "astro preview", "preview": "astro preview",