Skip to content

Commit

Permalink
fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Jul 22, 2024
1 parent dfaa28f commit 64e90f6
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 @@ -32,7 +32,6 @@ build-pyinstaller-folder: clean create-tfenv-ver-file version ## build Pyinstall
clean: ## remove generated file from the project directory
rm -rf ./build/ ./dist/ ./src/ ./tmp/ ./runway.egg-info/;
rm -rf ./.pytest_cache ./.venv;
find . -type d -name ".venv" -prune -exec rm -rf '{}' +;
find . -type d -name "node_modules" -prune -exec rm -rf '{}' +;
find . -type d -name ".runway" -prune -exec rm -rf '{}' +;
find . -type f -name "*.py[co]" -delete;
Expand Down

0 comments on commit 64e90f6

Please sign in to comment.