We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba83e2 commit 3ad7ef5Copy full SHA for 3ad7ef5
tests/e2e/tests/build/service-worker.ts
@@ -13,7 +13,7 @@ export default function() {
13
14
// Can't use the `ng` helper because somewhere the environment gets
15
// stuck to the first build done
16
- return silentNpm('install', '@angular/service-worker')
+ return silentNpm('install', '@angular/service-worker@1.0.0-beta.16')
17
.then(() => ng('set', 'apps.0.serviceWorker=true'))
18
.then(() => ng('build', '--prod'))
19
.then(() => expectFileToExist(join(process.cwd(), 'dist')))
0 commit comments