Skip to content

Commit 7940fbd

Browse files
Merge pull request #3469 from NativeScript/kerezov/rename-skip-env
refactor: rename skipenv variable
2 parents 137c3e3 + 9c9e026 commit 7940fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/platform-environment-requirements.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class PlatformEnvironmentRequirements implements IPlatformEnvironmentRequ
2525
};
2626

2727
public async checkEnvironmentRequirements(platform: string): Promise<boolean> {
28-
if (process.env.SKIP_ENV_CHECK) {
28+
if (process.env.NS_SKIP_ENV_CHECK) {
2929
return true;
3030
}
3131

0 commit comments

Comments
 (0)