Skip to content

Commit 2b3119e

Browse files
committed
chore: fix command
1 parent 5490c43 commit 2b3119e

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
@@ -49,7 +49,7 @@
4949
"release-it": {
5050
"hooks": {
5151
"before:init": [
52-
"yarn build"
52+
"npm run build"
5353
]
5454
},
5555
"npm": {

0 commit comments

Comments
 (0)