Skip to content

Commit

Permalink
test(service-worker): verify that config/schema.json is published t…
Browse files Browse the repository at this point in the history
…o npm (#27859)

PR Close #27859
  • Loading branch information
gkalpak authored and AndrewKushnir committed Mar 6, 2019
1 parent 3bee0f6 commit 84f3dfb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions integration/service-worker-schema/package.json
@@ -0,0 +1,16 @@
{
"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:../../node_modules/zone.js"
}
}

0 comments on commit 84f3dfb

Please sign in to comment.