Skip to content

Commit 067306e

Browse files
committed
Merge branch 'master' into refactor/modern-esm-support
2 parents 983046d + a81da10 commit 067306e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@
8080
"prepublishOnly": "export PUBLISH_RUN=true && npm run build && unset PUBLISH_RUN",
8181
"postpublish": "npm run docs:publish && npm run clean",
8282
"semantic-release": "semantic-release",
83-
"prepare": "husky"
83+
"prepare": "husky",
84+
"precommit": "npm run lint && npm run prettier:check",
85+
"prepush": "npm run test:prepush"
8486
},
8587
"dependencies": {
8688
"@contentful/rich-text-types": "^16.6.1",

0 commit comments

Comments
 (0)