Skip to content

Commit

Permalink
Make the clean task remove the dist directory and the default task cr…
Browse files Browse the repository at this point in the history
…eate it
  • Loading branch information
JakeChampion committed Sep 7, 2020
1 parent 7ca02eb commit fd23745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -13,6 +13,6 @@ node_modules/:
npm install

clean:
rm -rf ./bower_components ./node_modules
rm -rf ./bower_components ./node_modules ./dist

.PHONY: clean lint test
.PHONY: clean lint test make dist/fetch.umd.js dist/fetch.umd.js.flow

0 comments on commit fd23745

Please sign in to comment.