Skip to content

Commit 0e33971

Browse files
committed
README and stylelint
1 parent 67761e8 commit 0e33971

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Usage
1717
Misc
1818
=======
1919
- Optional: [Install Chrome service for FunctionalJavascript and Nightwatch tests](https://github.com/ddev/ddev-selenium-standalone-chrome).
20-
- Optional. Commit the changes in composer.json after `ddev expand-composer-json` runs. This saves other users from having to run this command.
20+
- Optional. Commit the changes .ddev after this plugin installs. This saves other users from having to run this command. Rerun the `ddev get` in order to update the commands from this project.
2121
- This project reads your `project_type` from DDEV and fetches adds the corresponding version of `drupal/core-recommended` to composer.json. if you are doing something non-standard with project_type, just don't use `ddev expand-composer-json` command.
2222
- If you add/remove a root file or directory, re-symlink root files via EITHER of these methods
2323
- `ddev restart`

commands/web/stylelint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## ExecRaw: true
1010

1111
if yarn --cwd $DDEV_DOCROOT/core stylelint --version >/dev/null ; then
12-
yarn --color --cwd $DDEV_DOCROOT/core --config ./.stylelintrc.json ../modules/custom/**/*.css "$@"
12+
yarn --color --cwd $DDEV_DOCROOT/core --config ./.stylelintrc.json stylelint ../modules/custom/**/*.css "$@"
1313
else
1414
echo "stylelint is not available. You may need to 'ddev yarn --cwd $DDEV_DOCROOT/core install'"
1515
exit 1

0 commit comments

Comments
 (0)