Skip to content

Commit

Permalink
remove useless npx in format script
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jun 21, 2024
1 parent 3e8981c commit 2da9871
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 @@ -13,7 +13,7 @@
"build-keycloak-theme": "npm run build && keycloakify build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"format": "npx prettier . --write"
"format": "prettier . --write"
},
"license": "MIT",
"keywords": [],
Expand Down

0 comments on commit 2da9871

Please sign in to comment.