Bumped the Swift version of the Package file #14
@@ -19,10 +19,13 @@ export $(shell sed 's/=.*//' $(environment))
|
|||||||
|
|
||||||
# LIBRARY
|
# LIBRARY
|
||||||
|
|
||||||
lib-build: ## Builds the project locally
|
lib-build: ## Builds the library
|
||||||
@swift build
|
@swift build
|
||||||
|
|
||||||
lib-test: ## Runs the tests of the library
|
lib-release: ## Releases the library
|
||||||
|
@swift build -c release
|
||||||
|
|
||||||
|
lib-test: ## Runs the unit tests for the library
|
||||||
@swift test \
|
@swift test \
|
||||||
--disable-xctest \
|
--disable-xctest \
|
||||||
--enable-code-coverage \
|
--enable-code-coverage \
|
||||||
|
|||||||
Reference in New Issue
Block a user