aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b5d97f..aaedc92 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,14 @@ stop:
@tmux kill-session -t cooking
clean:
+ @rm -rf bower_components
+ @rm -rf node_modules
@stack exec cooking clean > /dev/null 2>&1 || true
@stack clean > /dev/null
install:
+ @yarn install
+ @bower install
@stack setup
.PHONY: build