Skip to content

Commit 3406f1d

Browse files
committed
fix version echoing
1 parent bdf71bf commit 3406f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/tests/suite-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export RESCRIPT_BSC_EXE
1919
source ./utils.sh
2020

2121
bold "Rescript version"
22-
(cd ../testrepo && ./node_modules/.bin/rescript -v)
22+
rewatch --version
2323

2424
# we need to reset the yarn.lock and package.json to the original state
2525
# so there is not diff in git. The CI will install new ReScript package

0 commit comments

Comments
 (0)