Make the clean task remove the dist directory and the default task create it

上级 7ca02eb0
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册