Skip to content
Snippets Groups Projects
Commit 83371d07 authored by Mike Greiling's avatar Mike Greiling
Browse files

add --pure-lockfile flag to ensure yarn does not modify yarn.lock when installing

parent b3f1b703
No related branches found
No related tags found
1 merge request!275Use yarn instead of npm in Makefile
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment