File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 echo "This build is not over a PR, nothing to do."
176176 fi
177177 - run :
178- command : yarn -s admin validate --ci
178+ command : yarn -s admin validate
179179
180180 e2e-cli :
181181 parameters :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import validateBuildFiles from './validate-build-files';
1313import validateLicenses from './validate-licenses' ;
1414import validateUserAnalytics from './validate-user-analytics' ;
1515
16- export default async function ( options : { verbose : boolean ; ci : boolean } , logger : logging . Logger ) {
16+ export default async function ( options : { verbose : boolean } , logger : logging . Logger ) {
1717 let error = false ;
1818
1919 if ( execSync ( `git status --porcelain` ) . toString ( ) ) {
You can’t perform that action at this time.
0 commit comments