angular-cn/scripts
Pete Bacon Darwin 9f54d76ef5 refactor(upgrade): use Bazel packages to avoid symlinks in the source (#29466)
Previously we had to share code between upgrade/dynamic and upgrade/static
by symlinking the `src` folder, which allowed both packages to access
the upgrade/common files.

These symlinks are always problematic on Windows, where we had to run
a script to re-link them, and restore them.

This change uses Bazel packages to share the `upgrade/common` code,
which avoids the need for symlinking the `src` folder.

Also, the Windows specific scripts that fixup the symlinks have also
been removed as there is no more need for them.

PR Close #29466
2019-04-02 10:38:01 -07:00
..
browserstack ci: clean up CI logging, folding, add build time logging, and improve error handling (#14425) 2017-03-02 00:22:24 -08:00
ci ci: do not cache modified "node_modules" in "material-unit-tests" job (#29416) 2019-03-20 06:58:23 -07:00
git fix: missing semi-colon and empty line (#26945) 2018-11-05 11:37:55 -08:00
github ci: add a rebase check to the merge-pr script (#28250) 2019-01-22 09:26:53 -08:00
jenkins fix(build): make perf tests work again 2015-02-27 15:22:19 -08:00
release build: add pre-release check that validates the version name (#29551) 2019-03-27 12:26:13 -07:00
saucelabs ci: disable sauce-connect ssl bumping (#29447) 2019-03-21 22:18:18 +00:00
build-ivy-npm-packages.sh build: allow build-packages-dist.sh to be run from anywhere (#29092) 2019-03-20 14:45:54 -04:00
build-packages-dist.sh build: allow build-packages-dist.sh to be run from anywhere (#29092) 2019-03-20 14:45:54 -04:00
package-builder.sh build: run angular/material2 unit tests on ci (#28197) 2019-02-01 12:15:35 -05:00