Skip to content

Commit

Permalink
move prettier to dev, test just installing prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alasdairwilson committed Jan 12, 2024
1 parent ee3a12e commit 58b2f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
shell: bash
run: corepack enable
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install prettier
- name: Check formatting
run: yarn format:check
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"next-themes": "0.2.1",
"openai": "^4.0.0",
"postcss": "^8.4.19",
"prettier": "^3.1.1",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-datetime-picker": "^5.2.0",
Expand Down Expand Up @@ -94,6 +93,7 @@
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"jose": "^4.14.4",
"prettier": "^3.1.1",
"prisma": "^4.11.0",
"start-server-and-test": "^2.0.0",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 58b2f44

Please sign in to comment.