Skip to content
Snippets Groups Projects

Use yarn instead of npm in Makefile

Merged Robert Speicher requested to merge rs-yarn into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -52,7 +52,7 @@ gitlab/public/uploads:
touch $@
.gitlab-yarn:
cd ${gitlab_development_root}/gitlab && yarn install
cd ${gitlab_development_root}/gitlab && yarn install --pure-lockfile
touch $@
.PHONY: bundler
Loading