diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e93b6357a..ae5a12eb8 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build-web: ## Compile web bundle, copy to bskyweb directory .PHONY: test test: ## Run all tests - yarn test + NODE_ENV=test EXPO_PUBLIC_ENV=test yarn test .PHONY: lint lint: ## Run style checks and verify syntax |