Skip to content

Commit

Permalink
Merge pull request #1179 from IgniteUI/nalipiev/remove-prod-config
Browse files Browse the repository at this point in the history
fix(igx): remove prod config for ng build
  • Loading branch information
Lipata authored Dec 11, 2023
2 parents 0b3316a + d90c056 commit cf493de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build --configuration production",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build --configuration production",
"build": "ng build",
"test": "ng test",
"lint": "ng lint"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build --configuration production",
"build": "ng build",
"test": "ng test",
"lint": "ng lint"
},
Expand Down

0 comments on commit cf493de

Please sign in to comment.