Skip to content

Commit

Permalink
🐛 fix: Rm father doctor
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 27, 2024
1 parent a856b34 commit 2cf0f5f
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 @@ -42,7 +42,7 @@
"lint:md": "remark . --quiet --frail --output",
"lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
"prepare": "husky && npm run setup",
"prepublishOnly": "father doctor && npm run build",
"prepublishOnly": "npm run build",
"prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
"pull": "git pull",
"release": "semantic-release",
Expand Down

0 comments on commit 2cf0f5f

Please sign in to comment.