Skip to content

Commit 2cf0f5f

Browse files
🐛 fix: Rm father doctor
1 parent a856b34 commit 2cf0f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"lint:md": "remark . --quiet --frail --output",
4343
"lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
4444
"prepare": "husky && npm run setup",
45-
"prepublishOnly": "father doctor && npm run build",
45+
"prepublishOnly": "npm run build",
4646
"prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
4747
"pull": "git pull",
4848
"release": "semantic-release",

0 commit comments

Comments
 (0)