Skip to content

Commit

Permalink
Update angular-build.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzliveid committed Jun 15, 2020
1 parent d08ec92 commit 42836ca
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions angular-build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "./node_modules/@dagonmetric/angular-build/src/schemas/schema.json#",
"libs": [{
"extends": "ngb:lib-default",
"libs": [
{
"extends": "ngb:lib-default",
"name": "ng-config-firebase-remote-config",
"root": "modules/ng-config-firebase-remote-config",
"outputPath": "dist/packages/ng-config-firebase-remote-config",
Expand All @@ -23,6 +24,27 @@
"banner": "../banner.txt"
}
}
},
{
"name": "copy-firebase-config",
"root": ".",
"outputPath": "dist",
"clean": false,
"tsTranspilations": false,
"bundles": false,
"skip": true,
"envOverrides": {
"prod": {
"skip": false,
"copy": [
{
"from": "firebase.json",
"to": "firebase.json"

}
]
}
}
}
]
}

0 comments on commit 42836ca

Please sign in to comment.