File tree 7 files changed +14
-13
lines changed
7 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 21
21
22
22
jobs :
23
23
test-rewatch :
24
+ needs :
25
+ - publish
24
26
runs-on : ubuntu-latest
25
27
env :
26
28
RUST_BACKTRACE : " 1"
Original file line number Diff line number Diff line change 9
9
" packages/new-namespace"
10
10
]
11
11
},
12
+ "dependencies" : {
13
+ "rescript" : " ci"
14
+ },
12
15
"scripts" : {
13
16
"build" : " ../target/release/rewatch build ." ,
14
17
"build:rescript" : " rescript build -with-deps" ,
Original file line number Diff line number Diff line change 12
12
"author" : " " ,
13
13
"license" : " MIT" ,
14
14
"dependencies" : {
15
- "@testrepo/dep02" : " *" ,
16
- "rescript" : " *"
15
+ "@testrepo/dep02" : " *"
17
16
}
18
17
}
Original file line number Diff line number Diff line change 10
10
" rescript"
11
11
],
12
12
"author" : " " ,
13
- "license" : " MIT" ,
14
- "dependencies" : {
15
- "rescript" : " *"
16
- }
13
+ "license" : " MIT"
17
14
}
Original file line number Diff line number Diff line change 12
12
"author" : " " ,
13
13
"license" : " MIT" ,
14
14
"dependencies" : {
15
- "@testrepo/dep01" : " *" ,
16
- "rescript" : " *"
15
+ "@testrepo/dep01" : " *"
17
16
}
18
17
}
Original file line number Diff line number Diff line change 5
5
" rescript"
6
6
],
7
7
"author" : " " ,
8
- "license" : " MIT" ,
9
- "dependencies" : {
10
- "rescript" : " *"
11
- }
8
+ "license" : " MIT"
12
9
}
Original file line number Diff line number Diff line change 3
3
cd $( dirname $0 )
4
4
5
5
source ./utils.sh
6
- (cd ../testrepo && yarn install --immutable)
6
+ (cd ../testrepo && yarn install)
7
+
8
+ bold " Reset yarn.lock changes"
9
+ git checkout ../testrepo/yarn.lock
10
+ success " Reset yarn.lock"
7
11
8
12
bold " Check if build exists"
9
13
if test -f ../target/release/rewatch;
You can’t perform that action at this time.
0 commit comments