Skip to content

Commit

Permalink
chore: add prettier:fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 24, 2023
1 parent 70baeb0 commit 2081634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"prepare-release": "standard-version && prettier --write CHANGELOG.md",
"prepublishOnly": "npm run lint",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
"prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
Expand Down

0 comments on commit 2081634

Please sign in to comment.