Skip to content
Snippets Groups Projects

Merging develop into main

Merged jurgenhaas requested to merge develop into main
2 files
+ 7
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
0
@@ -98,3 +98,10 @@ commands:
test -e .prettierignore || echo '*.yml' > .prettierignore
/drupal/web/core/node_modules/.bin/eslint --no-error-on-unmatched-pattern --ignore-pattern="*.es6.js" --resolve-plugins-relative-to=/drupal/web/core --ext=.js,.yml . $@
usage: Eslint tests by module
outdated:
cmd: |
echo "Testing for outdated patch versions ..."
composer outdated --patch-only --strict --no-interaction
echo "Testing for outdated minor versions ..."
composer outdated --minor-only --strict --no-interaction
usage: Verifies that a dependencies are using the latest minor and patch versions
Loading