Skip to content
Permalink
Browse files

Make the clean task remove the dist directory and the default task cr…

…eate it
  • Loading branch information
JakeChampion committed Sep 7, 2020
1 parent 7ca02eb commit fd23745f3474cd23d88e5128d8bc74813be1aff0
Showing with 2 additions and 2 deletions.
  1. +2 −2 Makefile
@@ -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.