Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchen2k committed Nov 30, 2023
1 parent dfa37d7 commit 9c1ff54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ gen_version_file:
@echo '{"version": "${VERSION}"}' > ${QINIU_DIR}/${PROJECT}/version.json

compile_ui:
@cd ui && yarn build --mode deeptest-local --dest ../client/ui && cd ..
@cd ui && yarn build --dest ../client/ui && cd ..
compile_ui_demo:
@cd ../deeptest-ui && yarn build:demo --mode deeptest-demo --dest ../deeptest/client/ui && cd ../deeptest
@cd ../deeptest-ui && yarn build:demo --dest ../deeptest/client/ui && cd ../deeptest
compile_ui_client:
@cd ui && yarn build --mode deeptest-client --dest ../client/ui && cd ..
@cd ui && yarn build --dest ../client/ui && cd ..
compile_ly_ui_client:
@cd ../leyanapi-frontend && yarn build:client && cd ../leyanapi-backend

Expand Down

0 comments on commit 9c1ff54

Please sign in to comment.