Skip to content

Commit dc83650

Browse files
committed
chore: fix nightly release
1 parent 48eb4f7 commit dc83650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-nightly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -xe
66
git restore -s@ -SW -- packages
77

88
# Bump versions
9-
tsx ./scripts/bump.ts
9+
npx tsx ./scripts/bump.ts
1010

1111
# Update token
1212
if [[ ! -z ${NPM_AUTH_TOKEN} ]] ; then

0 commit comments

Comments
 (0)