Skip to content

Commit 13ec579

Browse files
committed
chore: fix script
1 parent 01fb0cc commit 13ec579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release-edge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -xe
88
git restore -s@ -SW -- .
99

1010
# Bump versions to edge
11-
yarn ../node_modules/.bin/jiti ./scripts/bump-edge
11+
node ../node_modules/.bin/jiti ./scripts/bump-edge
1212

1313
# Resolve yarn
1414
YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install

0 commit comments

Comments
 (0)