We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9bf1b commit f15a3b3Copy full SHA for f15a3b3
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