File tree Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 2121
2222jobs :
2323 test-rewatch :
24+ needs :
25+ - publish
2426 runs-on : ubuntu-latest
2527 env :
2628 RUST_BACKTRACE : " 1"
Original file line number Diff line number Diff line change 99 " packages/new-namespace"
1010 ]
1111 },
12+ "dependencies" : {
13+ "rescript" : " ci"
14+ },
1215 "scripts" : {
1316 "build" : " ../target/release/rewatch build ." ,
1417 "build:rescript" : " rescript build -with-deps" ,
Original file line number Diff line number Diff line change 1212 "author" : " " ,
1313 "license" : " MIT" ,
1414 "dependencies" : {
15- "@testrepo/dep02" : " *" ,
16- "rescript" : " *"
15+ "@testrepo/dep02" : " *"
1716 }
1817}
Original file line number Diff line number Diff line change 1010 " rescript"
1111 ],
1212 "author" : " " ,
13- "license" : " MIT" ,
14- "dependencies" : {
15- "rescript" : " *"
16- }
13+ "license" : " MIT"
1714}
Original file line number Diff line number Diff line change 1212 "author" : " " ,
1313 "license" : " MIT" ,
1414 "dependencies" : {
15- "@testrepo/dep01" : " *" ,
16- "rescript" : " *"
15+ "@testrepo/dep01" : " *"
1716 }
1817}
Original file line number Diff line number Diff line change 55 " rescript"
66 ],
77 "author" : " " ,
8- "license" : " MIT" ,
9- "dependencies" : {
10- "rescript" : " *"
11- }
8+ "license" : " MIT"
129}
Original file line number Diff line number Diff line change 33cd $( dirname $0 )
44
55source ./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"
711
812bold " Check if build exists"
913if test -f ../target/release/rewatch;
You can’t perform that action at this time.
0 commit comments