Skip to content

Commit 13b99fc

Browse files
authored
Merge pull request #238 from OmicsDI/dev
Dev
2 parents a40dac2 + 19f5dd4 commit 13b99fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: angular.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
]
4343
},
44-
"production": {
44+
"prod": {
4545
"optimization": true,
4646
"outputHashing": "all",
4747
"sourceMap": false,
@@ -69,8 +69,8 @@
6969
"dev": {
7070
"browserTarget": "web:build:dev"
7171
},
72-
"production": {
73-
"browserTarget": "web:build:production"
72+
"prod": {
73+
"browserTarget": "web:build:prod"
7474
}
7575
}
7676
},

0 commit comments

Comments
 (0)