From e2a7965e438db9f70d76d2d7a911aa4c4a42c122 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 13 Dec 2024 17:14:41 +0000 Subject: Gate bitdrift integration (#7088) * Move Statsig init call earlier * Gate Bitdrift init call * Remove IS_TEST env constant * Mock statsig --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.4.1