Skip to content

Commit

Permalink
fix build again
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Mar 26, 2024
1 parent 647d499 commit c6c7c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ cov:

build:
poetry self add "poetry-dynamic-versioning[plugin]"
cd uiautomator2/assets; ./sync.sh; cd -
rm -fr dist
poetry build
poetry build -vvv

init:
if [ ! -f "ApiDemos-debug.apk" ]; then \
Expand Down

0 comments on commit c6c7c94

Please sign in to comment.