Skip to content

Commit

Permalink
update: Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pobu168 committed Jun 18, 2024
1 parent 4195577 commit ab41b0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ 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 rebuild node-sass
cd ui && npm run plugin

image: build
Expand Down Expand Up @@ -46,8 +44,6 @@ 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 rebuild node-sass
cd ui && npm run build

image_standalone: build_standalone
Expand Down

0 comments on commit ab41b0c

Please sign in to comment.