Revert "build(docs-infra): use local version of Zone.js when testing against local packages (#35780)" (#35857)

This reverts commit 7d832ae1001b6264bb7124086089e9e69c10c9b6; breaks CI
with error `Concurrent upstream jobs persisted the same file(s) into the workspace:`

PR Close #35857
This commit is contained in:
Andrew Scott
2020-03-04 10:18:42 -08:00
parent 25ab4647c5
commit 1b8a66893e
4 changed files with 69 additions and 119 deletions

View File

@ -9,13 +9,8 @@
'use strict';
const {buildZoneJsPackage} = require('./zone-js-builder');
const {buildTargetPackages} = require('./package-builder');
// Build the ivy packages into `dist/packages-dist-ivy-aot/`.
buildTargetPackages('dist/packages-dist-ivy-aot', true, 'Ivy AOT');
// Build the `zone.js` npm package into `dist/zone.js-dist/`, because it might be needed by other
// scripts/tests.
buildZoneJsPackage();