summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 985aded7..42b1cdc9 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ clean:
@ rm -rf ./node_modules ./bower_components
static: clean
- @ npm install
+ @ yarn install || npm install
@ ./node_modules/.bin/gulp bower
@ ./node_modules/.bin/gulp vendor js css
@ ./node_modules/.bin/jshint assets/js/{core,components,polyfills}