Unverified Commit 9fdcf9e2 authored by J-shang's avatar J-shang Committed by GitHub
Browse files

add \config in install.ps1 (#2835)


Co-authored-by: default avatarNing Shang <nishang@microsoft.com>
parent 20d5062a
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment