You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
Please correct the documentation for the settings "cmd" and "cwd" as they are options, or correct the code. :)
The above settings are not recognized outside of the "options" key.
Would you mind adding the following example for "drush cr"? (Drupal 8.x)
module.exports = {
"cache-clear": {
options: {
cmd: "../vendor/bin/drush", // Path to the Drush binary in your project
cwd: "../web/" // Path to your projects Document-Root
},
args: ["cr"]
}
};
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please correct the documentation for the settings "cmd" and "cwd" as they are options, or correct the code. :)
The above settings are not recognized outside of the "options" key.
Would you mind adding the following example for "drush cr"? (Drupal 8.x)
The text was updated successfully, but these errors were encountered: