Patched (temporarily) the DocC documentation #8
@@ -24,6 +24,12 @@ package-build: ## Builds the project locally
|
|||||||
|
|
||||||
package-clean: ## Deletes built SPM artifacts from the package
|
package-clean: ## Deletes built SPM artifacts from the package
|
||||||
@swift package clean
|
@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
|
package-outdated: ## Lists the SPM package dependencies that can be updated
|
||||||
@swift package update --dry-run
|
@swift package update --dry-run
|
||||||
|
|||||||
Reference in New Issue
Block a user