We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b597700 commit e7af0b9Copy full SHA for e7af0b9
rewatch/tests/suite-ci.sh
@@ -9,6 +9,9 @@ bold "Reset yarn.lock changes"
9
git checkout ../testrepo/yarn.lock
10
success "Reset yarn.lock"
11
12
+bold "Rescript version"
13
+(cd ../testrepo && yarn rescript -v)
14
+
15
bold "Check if build exists"
16
if test -f ../target/release/rewatch;
17
then
0 commit comments