Skip to content

Commit

Permalink
fix Extraneous positional argument error
Browse files Browse the repository at this point in the history
  • Loading branch information
medevs committed Nov 16, 2023
1 parent fe9d5e7 commit 213e882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/danielcgilibert/blog-template/issues"
},
"scripts": {
"dev": "tinacms dev -c 'astro dev'",
"dev": "npx tinacms dev -c \"astro dev\"",
"start": "astro dev",
"build": "astro build",
"sync": "astro sync",
Expand Down

0 comments on commit 213e882

Please sign in to comment.