Skip to content

Commit

Permalink
chore(pkg): add format script
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Aug 14, 2024
1 parent 88d9003 commit da1c30a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"private": true,
"type": "module",
"scripts": {
"prebuild": "only-include-used-icons",
"build": "tsc && vite build",
"predev": "only-include-used-icons",
"dev": "vite",
"format": "prettier --write .",
"postinstall": "copy-dsfr-to-public",
"prebuild": "only-include-used-icons",
"predev": "only-include-used-icons",
"preview": "vite preview",
"start": "serve --single dist"
},
Expand Down

0 comments on commit da1c30a

Please sign in to comment.