Skip to content

Commit

Permalink
fix prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
marekzelinka committed Jan 24, 2025
1 parent 767524e commit f49c721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group # optional: ensure only one action runs at a time
concurrency: deploy-group # optional: ensure only one action runs at a time
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm-lock.yaml
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve build/server/index.js",
"typecheck": "react-router typegen && tsc --noEmit",
"format": "prettier . -w"
"typecheck": "react-router typegen && tsc --noEmit"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
Expand Down

0 comments on commit f49c721

Please sign in to comment.