Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rparakhiya committed Mar 11, 2024
1 parent e009827 commit 64cc48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "ng serve",
"start:lib": "ng build ngx-gauge --watch",
"build": "ng build",
"build:lib": "ng build ngx-gauge --configuration=production",
"build:lib": "ng build ngx-gauge --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
Expand Down Expand Up @@ -51,4 +51,4 @@
"tslint": "~6.1.0",
"typescript": "~4.9.5"
}
}
}

0 comments on commit 64cc48f

Please sign in to comment.