mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Lock deps on make install
This commit is contained in:
parent
f515d096db
commit
d9af0817e5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -24,7 +24,7 @@ build: ## Build Rust code locally
|
|||
|
||||
.PHONY: install
|
||||
install: ## Install project locally
|
||||
cargo install --path lychee-bin
|
||||
cargo install --path lychee-bin --locked
|
||||
|
||||
.PHONY: run
|
||||
run: ## Run project locally
|
||||
|
|
|
|||
Loading…
Reference in a new issue