Skip to content

Commit

Permalink
remove unnecessary options of format command
Browse files Browse the repository at this point in the history
  • Loading branch information
jamband committed Nov 14, 2023
1 parent 17cc3dd commit f69f719
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 @@ -6,7 +6,7 @@
"build": "astro build",
"preview": "astro preview --open",
"typecheck": "astro check && tsc",
"format": "prettier --check --plugin prettier-plugin-astro .",
"format": "prettier --check --plugin .",
"stylelint": "stylelint \"src/**/*.css\"",
"clear": "node scripts/clear.js",
"clean": "node scripts/clean.js"
Expand Down

0 comments on commit f69f719

Please sign in to comment.