This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!123
remove package-lock.json before building ui
Merge pull request
!123
from liangyongxiong/ui
tags/v0.3.0-alpha
mindspore-ci-bot
Gitee
5 years ago
parent
2f28388be4
c3a149c844
commit
f3b621a942
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
build/scripts/ui.sh
+ 1
- 0
build/scripts/ui.sh
View File
@@ -24,6 +24,7 @@ build_ui() {
command npm
fi
rm -f package-lock.json
rm -rf dist
npm config set strict-ssl false
Write
Preview
Loading…
Cancel
Save