File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ set-version: git-check-clean git-check-committed
7777 @sed $(SED_OPTS ) " s/rails_event_store\/v.*\/APP_TEMPLATE/rails_event_store\/v$( RES_VERSION) \/APP_TEMPLATE/" netlify.toml
7878 @make -j8 install-all
7979 @make -j8 -C contrib install-all
80- @git add $(shell find . -name Gemfile* .lock -print) ** /* .gemspec ** /version.rb railseventstore.org/docusaurus.config.js RES_VERSION APP_TEMPLATE RELEASE.md netlify.toml
80+ @git add $(shell find . -name Gemfile* .lock -not -path " * /.ruby-lsp/ * " - print) ** /* .gemspec ** /version.rb railseventstore.org/docusaurus.config.js RES_VERSION APP_TEMPLATE RELEASE.md netlify.toml
8181 @git commit -m " Version v$( RES_VERSION) "
8282
8383install : $(addprefix install-, $(GEMS ) ) # # Install all dependencies
You can’t perform that action at this time.
0 commit comments