mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
test: convert e2e_runner ignore
to array
Previously, the ignore was as a string, but this breaks with the last `fast-glob` update. See: https://app.circleci.com/pipelines/github/angular/angular-cli/31919/workflows/7d68deac-000e-46ef-80f8-4dc259ef61fa/jobs/428958
This commit is contained in:
parent
3bb48c1c88
commit
b4534111b3
@ -51,9 +51,9 @@ const argv = yargsParser(process.argv.slice(2), {
|
||||
'verbose',
|
||||
'yarn',
|
||||
],
|
||||
string: ['devkit', 'glob', 'ignore', 'reuse', 'ng-tag', 'tmpdir', 'ng-version'],
|
||||
string: ['devkit', 'glob', 'reuse', 'ng-tag', 'tmpdir', 'ng-version'],
|
||||
number: ['nb-shards', 'shard'],
|
||||
array: ['package'],
|
||||
array: ['package', 'ignore'],
|
||||
configuration: {
|
||||
'camel-case-expansion': false,
|
||||
'dot-notation': false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user