Skip to content

Commit

Permalink
remove taobao registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dqli164 committed Mar 25, 2024
1 parent d0c4501 commit 8d21f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ if [ ! $rc -eq 0 ]; then
fi
set -e
cd $PROJECT_FOLDER
PATH=/usr/local/bin:$PATH:./node_modules/@quasar/app/bin yarn install --registry https://registry.npm.taobao.org/
PATH=/usr/local/bin:$PATH:./node_modules/@quasar/app/bin yarn install
PATH=/usr/local/bin:$PATH:./node_modules/@quasar/app/bin quasar build
2 changes: 1 addition & 1 deletion webui/script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ if [ ! $rc -eq 0 ]; then
fi
set -e
cd $PROJECT_FOLDER
PATH=/usr/local/bin:$PATH:./node_modules/@quasar/app/bin yarn install --registry https://registry.npm.taobao.org/
PATH=/usr/local/bin:$PATH:./node_modules/@quasar/app/bin yarn install
PATH=/usr/local/bin:$PATH:./node_modules/@quasar/app/bin quasar build

0 comments on commit 8d21f6a

Please sign in to comment.