Skip to content

Commit b26cbf1

Browse files
committed
fix: fix exposition of waitOnceForAllXhrFinished
1 parent afff51a commit b26cbf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"build": "rollup -c"
6363
},
6464
"release-it": {
65-
"scripts": {
66-
"afterBump": "build"
65+
"hooks": {
66+
"after:bump": "npm run build"
6767
},
6868
"plugins": {
6969
"@release-it/conventional-changelog": {

0 commit comments

Comments
 (0)