We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 137c3e3 + 9c9e026 commit 7940fbdCopy full SHA for 7940fbd
lib/services/platform-environment-requirements.ts
@@ -25,7 +25,7 @@ export class PlatformEnvironmentRequirements implements IPlatformEnvironmentRequ
25
};
26
27
public async checkEnvironmentRequirements(platform: string): Promise<boolean> {
28
- if (process.env.SKIP_ENV_CHECK) {
+ if (process.env.NS_SKIP_ENV_CHECK) {
29
return true;
30
}
31
0 commit comments