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
commit
f3b621a942
1 changed files with 1 additions and 0 deletions
  1. +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


Loading…
Cancel
Save