Skip to content

Commit 5c77607

Browse files
committed
fix: correct makefile command
1 parent 64c5dd6 commit 5c77607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build: setup
2020
$(UVE) sync --frozen --no-group test --no-group docs --no-group dev
2121

2222
docs: setup
23-
$(UVE) sync --froze --no-group test --no-group dev
23+
$(UVE) sync --frozen --no-group test --no-group dev
2424

2525
setup:
2626
git lfs install || echo '[FAIL] git-lfs could not be installed'

0 commit comments

Comments
 (0)