File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
when 7.1 ...8.0
9
9
run %(npm set-script build "#{ build_script } ")
10
10
run %(yarn build)
11
- when 8.0 ..
11
+ when ( 8.0 ..)
12
12
run %(npm pkg set scripts.build="#{ build_script } ")
13
13
run %(yarn build)
14
14
else
Original file line number Diff line number Diff line change 9
9
when 7.1 ...8.0
10
10
run %(npm set-script build "#{ build_script } ")
11
11
run %(yarn build)
12
- when 8.0 ..
12
+ when ( 8.0 ..)
13
13
run %(npm pkg set scripts.build="#{ build_script } ")
14
14
run %(yarn build)
15
15
else
Original file line number Diff line number Diff line change 9
9
when 7.1 ...8.0
10
10
run %(npm set-script build "#{ build_script } ")
11
11
run %(yarn build)
12
- when 8.0 ..
12
+ when ( 8.0 ..)
13
13
run %(npm pkg set scripts.build="#{ build_script } ")
14
14
run %(yarn build)
15
15
else
You can’t perform that action at this time.
0 commit comments