Skip to content

Commit

Permalink
Remove prettier scripts since they don't work and we use eslint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad committed Sep 17, 2024
1 parent 783574c commit ffc21e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/parsley/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"evg-db-ops": "../../scripts/evg-db-ops.sh",
"postversion": "yarn deploy-utils-postversion",
"prepare": "yarn --cwd='../..' prepare",
"prettier": "prettier --write",
"preview": "serve -s dist -p 4173",
"prod": "env-cmd -e devProduction -r .env-cmdrc.local.json vite",
"snapshot": "vitest run snapshot.test.ts",
Expand Down
1 change: 0 additions & 1 deletion apps/spruce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"evg-db-ops": "../../scripts/evg-db-ops.sh",
"postversion": "yarn deploy-utils-postversion",
"prepare": "yarn --cwd='../..' prepare",
"prettier-run": "prettier --write",
"preview": "serve -s dist -p 3000",
"prod": "env-cmd -e devProduction -r .env-cmdrc.local.json yarn start",
"snapshot": "vitest run snapshot.test.ts",
Expand Down

0 comments on commit ffc21e0

Please sign in to comment.