Skip to content

Commit c1d8f31

Browse files
committed
Update after:bump hook in package.json to remove build command
1 parent 6edd048 commit c1d8f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"hooks": {
33-
"after:bump": "yarn run build && git add -A"
33+
"after:bump": "git add -A"
3434
}
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)