Skip to content

Commit

Permalink
Merge pull request #39 from medevs/fix/start-development-server-error
Browse files Browse the repository at this point in the history
fix Extraneous positional argument error
  • Loading branch information
danielcgilibert authored Nov 19, 2023
2 parents fe9d5e7 + 213e882 commit 774bffc
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 774bffc

Please sign in to comment.