Skip to content

Commit

Permalink
fix: ui components missing in release (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco authored Dec 17, 2024
1 parent 51564e7 commit f840eac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ basic-auth = "mlflow_oidc_auth.client:AuthServiceClient"
[tool.setuptools.package-data]
mlflow_oidc_auth = [
"db/migrations/alembic.ini",
"menu.html",
"hack/menu.html",
"static/*",
"templates/*",
"ui/*",
Expand Down
8 changes: 4 additions & 4 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
export MLFLOW_OIDC_AUTH_VERSION=${1:-0.0.0.dev0}
pushd web-ui
yarn install
yarn release
popd
pushd web-ui &&\
yarn install &&\
yarn release &&\
popd &&\
python -m build
2 changes: 1 addition & 1 deletion web-ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumError": "10mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit f840eac

Please sign in to comment.