mobile: do not use process.env

This commit is contained in:
ammarahm-ed
2023-02-20 14:54:44 +05:00
parent 047707dd35
commit 203aa4824d

View File

@@ -1,5 +1,5 @@
const isGithubRelease = process.env.GITHUB_RELEASE;
const isGithubRelease = false;
const config = {
commands: require('@callstack/repack/commands'),
project: {