Skip to content

Commit

Permalink
more prettier stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanvorster committed Feb 25, 2024
1 parent 6113e87 commit eee9d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- uses: actionsx/prettier@v2
with:
# prettier CLI arguments.
args: --check --ignore-path .prettierignore --config .prettierrc '**/*.{ts,tsx,js,jsx}'
args: --check --config .prettierrc 'src/**/*.{ts,tsx}'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "tsc",
"watch": "tsc --watch",
"start": "electron .",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx}\"",
"format": "prettier --config .prettierrc --write \"src/**/*.{ts,tsx}\"",
"app:dir": "electron-builder --dir",
"app:dist": "electron-builder",
"prepare": "rm -rf node_modules/electron/dist && node node_modules/electron/install.js"
Expand Down

0 comments on commit eee9d50

Please sign in to comment.