File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
packages/flex-plugin-scripts/src/scripts Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import semver, { ReleaseType } from 'semver';
88import run from '../utils/run' ;
99import { BuildData } from '../clients/builds' ;
1010import { Build , Version } from '../clients/serverless-types' ;
11- import availabilityWarning from '../prints/availabilityWarning' ;
1211import paths from '../utils/paths' ;
1312import { AssetClient , BuildClient , DeploymentClient , ConfigurationClient } from '../clients' ;
1413import getRuntime from '../utils/runtime' ;
@@ -148,8 +147,6 @@ export const _doDeploy = async (nextVersion: string, options: Options) => {
148147} ;
149148
150149const 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 ] ;
You can’t perform that action at this time.
0 commit comments