Skip to content

Commit

Permalink
Updated prettier check to use tools instead
Browse files Browse the repository at this point in the history
  • Loading branch information
PsychoSanchez committed Nov 9, 2024
1 parent 9530707 commit 6c8db2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"scripts": {
"test:watch": "jest --watch",
"test": "jest",
"lint": "npm run check:ts && npm run check:eslint && npm run check:prettier && npm run check:i18n",
"lint": "npm run check:ts && npm run check:eslint && npm run check:prettier-diff && npm run check:i18n",
"check:ts": "tsc --noEmit",
"check:i18n": "node ./tools/check-i18n.mjs",
"check:prettier": "npm run prettier:check",
"check:prettier-diff": "node ./tools/check-prettier-diff.mjs",
"check:eslint": "eslint -c eslint.config.mjs",
"build": "npm test && npm run lint && npm run build:prod",
"build:prod": "webpack --mode=production",
Expand Down

0 comments on commit 6c8db2a

Please sign in to comment.