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 42b1cdc9..985aded7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ clean:
@ rm -rf ./node_modules ./bower_components
static: clean
- @ yarn install || npm install
+ @ npm install
@ ./node_modules/.bin/gulp bower
@ ./node_modules/.bin/gulp vendor js css
@ ./node_modules/.bin/jshint assets/js/{core,components,polyfills}