Skip to content

Commit

Permalink
Remove format from build command
Browse files Browse the repository at this point in the history
  • Loading branch information
omckeon committed Nov 6, 2024
1 parent aeb683a commit dc0089e
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 @@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "npm run format && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write \"**/*.md\" && prettier --write \"**/*.mdx\"",
Expand Down

0 comments on commit dc0089e

Please sign in to comment.