Skip to content

Commit

Permalink
fix: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kharkevich committed Apr 8, 2024
1 parent e7fd44a commit 9584513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start": "ng serve",
"build": "ng build --base-href .",
"clean": "rimraf ../mlflow_oidc_auth/ui",
"release": "yarn clean && ng build --base-href . --configuration development --watch",
"watch": "ng build --watch --base-href . --configuration development",
"release": "yarn clean && ng build --base-href .",
"watch": "yarn clean && ng build --watch --base-href . --configuration development",
"test": "ng test"
},
"private": true,
Expand Down

0 comments on commit 9584513

Please sign in to comment.