Skip to content

Commit

Permalink
Update electron-builder.json files rule
Browse files Browse the repository at this point in the history
- ".angular-cli.json" has been renamed in Angular 6 for "angular.json"
- Found out that some nested typscript files were still bundled
  • Loading branch information
louich committed Aug 23, 2018
1 parent 9106c8f commit 82c7bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"files": [
"**/*",
"!*.ts",
"!**/*.ts",
"!*.code-workspace",
"!LICENSE.md",
"!package.json",
"!package-lock.json",
"!src/",
"!e2e/",
"!hooks/",
"!.angular-cli.json",
"!angular.json",
"!_config.yml",
"!karma.conf.js",
"!tsconfig.json",
Expand Down

0 comments on commit 82c7bcf

Please sign in to comment.