mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
mobile: do not use process.env
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
const isGithubRelease = process.env.GITHUB_RELEASE;
|
||||
const isGithubRelease = false;
|
||||
const config = {
|
||||
commands: require('@callstack/repack/commands'),
|
||||
project: {
|
||||
|
||||
Reference in New Issue
Block a user