Build: skip tinacms build step - only run astro build
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled

This commit is contained in:
Kunthawat Greethong
2026-04-27 20:02:23 +07:00
parent c6c75f5b0d
commit 03e4991c6c
3 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"dev": "tinacms dev --port 3001 & astro dev",
"dev:astro": "astro dev",
"dev:tina": "tinacms dev --port 3001",
"build": "tinacms build && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},