Skip to content

Commit

Permalink
testing lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Medley committed May 24, 2024
1 parent 4f12edc commit 324ee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf ./dist",
"format": "prettier --write --single-quote",
"format": "prettier ./src/ --write --single-quote",
"lint-staged": "lint-staged",
"prepare": "husky",
"prepublishOnly": "npm run test && npm run build",
Expand Down

0 comments on commit 324ee12

Please sign in to comment.