Skip to content

Commit

Permalink
build: fix rxjs 7 build failure (#47548)
Browse files Browse the repository at this point in the history
Fixes that the `node` typings weren't included in the rxjs 7 typings test.

PR Close #47548
  • Loading branch information
crisbeto authored and alxhub committed Sep 26, 2022
1 parent f9e21d3 commit 85b5d12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/typings_test_rxjs7/package.json
Expand Up @@ -18,11 +18,12 @@
"@angular/service-worker": "file:../../dist/packages-dist/service-worker",
"@angular/upgrade": "file:../../dist/packages-dist/upgrade",
"@types/jasmine": "file:../../node_modules/@types/jasmine",
"@types/node": "file:../../node_modules/@types/node",
"rxjs": "^7.4.0",
"typescript": "file:../../node_modules/typescript",
"zone.js": "file:../../dist/zone.js-dist/archive/zone.js.tgz"
},
"scripts": {
"test": "tsc"
}
}
}

0 comments on commit 85b5d12

Please sign in to comment.