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 @@ -173,7 +173,7 @@ jobs:
173
173
echo "This build is not over a PR, nothing to do."
174
174
fi
175
175
- run :
176
- command : yarn -s admin validate --ci
176
+ command : yarn -s admin validate
177
177
178
178
e2e-cli :
179
179
parameters :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import validateBuildFiles from './validate-build-files';
13
13
import validateLicenses from './validate-licenses' ;
14
14
import validateUserAnalytics from './validate-user-analytics' ;
15
15
16
- export default async function ( options : { verbose : boolean ; ci : boolean } , logger : logging . Logger ) {
16
+ export default async function ( options : { verbose : boolean } , logger : logging . Logger ) {
17
17
let error = false ;
18
18
19
19
if ( execSync ( `git status --porcelain` ) . toString ( ) ) {
You can’t perform that action at this time.
0 commit comments