summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-10-18 14:00:07 -0700
committerFrederic Guillot <fred@kanboard.net>2017-10-18 14:00:07 -0700
commit762e17032a62ec2364f9ca7f6900b93a1619cf0c (patch)
tree26a2028ce1a232763fc200bd299f6f9e16b52e84 /Makefile
parentbd695ae98533e948c1ecdebc6a3837f688a7732c (diff)
Remove dependency on yarn
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}