File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "projects": {
33 "default": "angular-hispano-staging",
4- "staging": "angular-hispano-staging"
4+ "staging": "angular-hispano-staging",
5+ "production": "angular-latino"
56 },
67 "targets": {
78 "angular-hispano-staging": {
89 "hosting": {
9- "staging ": [
10+ "docs ": [
1011 "angular-hispano-docs-staging"
1112 ]
1213 }
14+ },
15+ "angular-latino": {
16+ "hosting": {
17+ "docs": [
18+ "angular-hispano-docs-prod"
19+ ]
20+ }
1321 }
1422 },
1523 "etags": {}
16- }
24+ }
Original file line number Diff line number Diff line change 1- 20.19.2
1+ 20.19
Original file line number Diff line number Diff line change 11{
22 "hosting" : {
3- "target" : " staging " ,
3+ "target" : " docs " ,
44 "public" : " build/dist/bin/adev/build/browser" ,
55 "ignore" : [
66 " firebase.json" ,
Original file line number Diff line number Diff line change 88 "build" : " zx tools/build.mjs" ,
99 "start" : " zx tools/watch.mjs" ,
1010 "update-origin" : " zx tools/update-origin.mjs" ,
11- "deploy:staging" : " firebase use staging && firebase deploy --only hosting:staging"
11+ "deploy:staging" : " firebase use staging && firebase deploy --only hosting" ,
12+ "deploy:prod" : " firebase use production && firebase deploy --only hosting"
1213 },
1314 "keywords" : [],
1415 "author" : " " ,
You can’t perform that action at this time.
0 commit comments