Skip to content

Commit 9bf4e91

Browse files
add release-it hooks
1 parent 748fd62 commit 9bf4e91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
},
5151
"npm": {
5252
"publish": false
53+
},
54+
"hooks": {
55+
"before:init": ["npm run format", "npm run test"]
5356
}
5457
}
5558
}

0 commit comments

Comments
 (0)