Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Darion authored Dec 7, 2023
1 parent a13756e commit 9752b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ clean:
$(RM) $(DIST_DIR)/*

frida-agent:
cd agent && npm run build
cd agent && yarn install && yarn build

sdist:
python setup.py sdist
python3 setup.py sdist

testupload:
twine upload dist/* -r testpypi
Expand Down

0 comments on commit 9752b14

Please sign in to comment.