Skip to content

Commit

Permalink
chore: no longer execute prettier twice over all files
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDeJong-TomTom committed Sep 4, 2023
1 parent 93cecbc commit 7867ff2
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 @@ -23,8 +23,8 @@
"build:validate": "ncc build -o dist/validate src/actions/validate.ts",
"build:bump": "ncc build -o dist/bump src/actions/bump.ts",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write **/*.ts && prettier --write **/**/*.ts",
"lint": "eslint **/*.ts --quiet",
"format": "prettier --write **/*.ts",
"package": "pkg ."
},
"repository": {
Expand Down

0 comments on commit 7867ff2

Please sign in to comment.