Skip to content

Commit

Permalink
update make clean to not remove package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed May 17, 2021
1 parent 71203b2 commit 70323d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ clean: ## remove generated file from the project directory
rm -rf runway.egg-info/
rm -rf tmp/
rm -rf src/
rm -rf package.json postinstall.js preuninstall.js .coverage .npmignore
rm -rf postinstall.js preuninstall.js .coverage .npmignore

cov-report: ## display a report in the terminal of files missing coverage
@pipenv run coverage report \
Expand Down

0 comments on commit 70323d4

Please sign in to comment.