Skip to content

Commit 31867f1

Browse files
committed
regenerate index.js when bumping version of node binding
1 parent eb27133 commit 31867f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/bump-n-release.nu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ export def bump-version [
168168
run-cmd 'yarn' 'version' ($result | get 'new')
169169
print 'Updated version in bindings/node/package.json'
170170
cd '../..'
171+
print "Regenerating index.js"
172+
run-cmd yarn build:debug
171173
}
172174
$result | get new
173175
}

0 commit comments

Comments
 (0)