Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
add \config in install.ps1 (#2835)
Browse files Browse the repository at this point in the history
Co-authored-by: Ning Shang <[email protected]>
  • Loading branch information
J-shang and Ning Shang authored Aug 27, 2020
1 parent 20d5062 commit 9fdcf9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/pypi/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fdcf9e

Please sign in to comment.