mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
chore():enable autocommit for dirty yarn_deduplicate
(#188875)
This commit is contained in:
parent
d8ef2c94d2
commit
7eb47670d3
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ set -euo pipefail
|
|||
source .buildkite/scripts/common/util.sh
|
||||
|
||||
echo "--- Check yarn.lock for duplicated modules"
|
||||
node scripts/yarn_deduplicate
|
||||
node scripts/yarn_deduplicate && yarn kbn bootstrap
|
||||
|
||||
check_for_changed_files 'node scripts/yarn_deduplicate' false 'TO FIX: Run node '"'"'scripts/yarn_deduplicate && yarn kbn bootstrap'"'"' locally, or add an exception to src/dev/yarn_deduplicate/index.ts and then commit the changes and push to your branch'
|
||||
check_for_changed_files 'node scripts/yarn_deduplicate' true 'TO FIX: Run node '"'"'scripts/yarn_deduplicate && yarn kbn bootstrap'"'"' locally, or add an exception to src/dev/yarn_deduplicate/index.ts and then commit the changes and push to your branch'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue