Skip to content

Commit

Permalink
CONFIG: Fix typo in Makefile (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed Jan 17, 2024
1 parent fff1b2d commit 4fab393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ build-docs:
SWIFTCI_DOCC=1 swift package generate-documentation --product $(TARGET)
swift package resolve

.PHONY: docs
.PHONY: preview-docs
preview-docs:
SWIFTCI_DOCC=1 swift package --disable-sandbox preview-documentation --target $(TARGET)

Expand Down

0 comments on commit 4fab393

Please sign in to comment.