v2.0.2
This commit is contained in:
parent
ad680c6423
commit
9d3ce5fa6d
7 changed files with 151 additions and 69 deletions
|
|
@ -139,7 +139,7 @@ exec("git", ["checkout", "master"])
|
|||
exec("git", ["pull", "--rebase", upstream.fetch.branch, "master"])
|
||||
// There may be merge conflicts with `index.js` and/or the bundle - just ignore
|
||||
// them. Whatever they have is canon, as is the case with everything else.
|
||||
exec("git", ["merge", "next", "-s", "theirs"])
|
||||
exec("git", ["merge", "next", "--strategy-option=theirs"])
|
||||
rimraf.sync(p("node_modules"))
|
||||
exec("npm", ["install-test"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue