Skip to content

Commit

Permalink
Remove unnecesarry python setup.py develop command in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Eddy del Valle Pino <[email protected]>
  • Loading branch information
edelvalle committed Jun 10, 2023
1 parent 9793578 commit 18e6701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ install:
yarn install
pip install --upgrade pip
pip install -e .[dev]
python setup.py develop

watch-js:
node esbuild.conf.js -w
Expand Down

0 comments on commit 18e6701

Please sign in to comment.