JiaLiPassion d37939623f test(zone.js): test zone.js package with tgz (#38649)
Zone.js 0.11.0 release an empty bundle, and now the npm_package tests all target
bazel rule `npm_package`, but not `npm_package.pack`, and these two rules may
generate different results, for example, Zone.js 0.11.0's issue is `package.json`
define files array which make the bundle only include the files in the files array.
So this PR install the zone.js package from the archive generated from `npm_package.pack` rule.

PR Close #38649
2020-10-19 08:06:11 -07:00

17 lines
590 B
JSON

{
"name": "service-worker-schema",
"version": "0.0.0",
"scripts": {
"//test": "Ensure that `config/schema.json` is published to npm.",
"test": "node --eval \"require('@angular/service-worker/config/schema.json')\""
},
"private": true,
"dependencies": {
"@angular/common": "file:../../dist/packages-dist/common",
"@angular/core": "file:../../dist/packages-dist/core",
"@angular/service-worker": "file:../../dist/packages-dist/service-worker",
"rxjs": "file:../../node_modules/rxjs",
"zone.js": "file:../../dist/zone.js-dist/archive/zone.js.tgz"
}
}