Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ clean:
build: clean
cd api/terminal && pip3 install wheel
cd api/terminal && python3 setup.py bdist_wheel
cd ui && npm --registry https://registry.npm.taobao.org install --unsafe-perm
cd ui && npm --registry https://registry.npmmirror.com install --unsafe-perm
cd ui && npm rebuild node-sass
cd ui && npm run plugin

Expand Down Expand Up @@ -46,7 +46,7 @@ upload: package
build_standalone: clean
cd api/terminal && pip3 install wheel
cd api/terminal && python3 setup.py bdist_wheel
cd ui && npm --registry https://registry.npm.taobao.org install --unsafe-perm
cd ui && npm --registry https://registry.npmmirror.com install --unsafe-perm
cd ui && npm rebuild node-sass
cd ui && npm run build

Expand Down