File tree Expand file tree Collapse file tree 2 files changed +0
-39
lines changed
Expand file tree Collapse file tree 2 files changed +0
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88
99import { execSync } from 'child_process' ;
1010import templates from './templates.mjs' ;
11- import validateBuildFiles from './validate-build-files.mjs' ;
1211import validateLicenses from './validate-licenses.mjs' ;
1312import validateUserAnalytics from './validate-user-analytics.mjs' ;
1413
@@ -39,10 +38,6 @@ export default async function (options: { verbose: boolean }) {
3938 console . info ( 'Running license validation...' ) ;
4039 error = ( await validateLicenses ( { } ) ) != 0 || error ;
4140
42- console . info ( '' ) ;
43- console . info ( 'Running BUILD files validation...' ) ;
44- error = ( await validateBuildFiles ( { } ) ) != 0 || error ;
45-
4641 console . info ( '' ) ;
4742 console . info ( 'Running User Analytics validation...' ) ;
4843 error = ( await validateUserAnalytics ( { } ) ) != 0 || error ;
You can’t perform that action at this time.
0 commit comments