diff --git a/deployment/pypi/install.ps1 b/deployment/pypi/install.ps1 index 8d346d2411..429c281ba3 100644 --- a/deployment/pypi/install.ps1 +++ b/deployment/pypi/install.ps1 @@ -44,6 +44,7 @@ $env:PATH = $NNI_NODE_FOLDER+';'+$env:PATH cd $CWD\..\..\src\nni_manager yarn yarn build +Copy-Item config -Destination .\dist\ -Recurse -Force cd $CWD\..\..\src\webui yarn yarn build