Skip to content

Commit

Permalink
added prettier script
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Jun 24, 2024
1 parent 8c4ac93 commit a8cb886
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 @@ -8,7 +8,7 @@
"author": "JourneyApps Platform",
"scripts": {
"check-updates": "ncu -u --deep",
"format": "journey-formatter format",
"format": "prettier --write .",
"build": "pnpm run -r build && pnpm run -r build:tests",
"build:packages": "pnpm run build",
"build:production": "NODE_ENV=production pnpm run -r build",
Expand Down

0 comments on commit a8cb886

Please sign in to comment.