Skip to content

Commit 46b6b2d

Browse files
committed
remove availability warning
1 parent f069a55 commit 46b6b2d

File tree

1 file changed

+0
-3
lines changed
  • packages/flex-plugin-scripts/src/scripts

1 file changed

+0
-3
lines changed

packages/flex-plugin-scripts/src/scripts/deploy.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import semver, { ReleaseType } from 'semver';
88
import run from '../utils/run';
99
import { BuildData } from '../clients/builds';
1010
import { Build, Version } from '../clients/serverless-types';
11-
import availabilityWarning from '../prints/availabilityWarning';
1211
import paths from '../utils/paths';
1312
import { AssetClient, BuildClient, DeploymentClient, ConfigurationClient } from '../clients';
1413
import getRuntime from '../utils/runtime';
@@ -148,8 +147,6 @@ export const _doDeploy = async (nextVersion: string, options: Options) => {
148147
};
149148

150149
const deploy = async (...argv: string[]) => {
151-
availabilityWarning();
152-
153150
const disallowVersioning = argv.includes('--disallow-versioning');
154151
let nextVersion = argv[1] as string;
155152
const bump = argv[0];

0 commit comments

Comments
 (0)