Patched (temporarily) the DocC documentation #8

Merged
javier merged 12 commits from documentation/patch into main 2025-09-10 19:47:46 +00:00
Showing only changes of commit ff1fa47290 - Show all commits
+6
View File
@@ -24,6 +24,12 @@ package-build: ## Builds the project locally
package-clean: ## Deletes built SPM artifacts from the package
@swift package clean
lib-test: ## Runs the tests of the library
@swift test \
--disable-xctest \
--enable-code-coverage \
--enable-swift-testing \
--parallel
package-outdated: ## Lists the SPM package dependencies that can be updated
@swift package update --dry-run