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 a40d37610..5ed24e6ad 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ build-web-embed: ## Compile web embed bundle, copy to bskyweb/embedr* directorie .PHONY: test test: ## Run all tests - NODE_ENV=test EXPO_PUBLIC_ENV=test yarn test + NODE_ENV=test yarn test .PHONY: lint lint: ## Run style checks and verify syntax |