Skip to content

Commit

Permalink
fix: install.yaml needs to list files separately (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Jun 6, 2024
1 parent 903026a commit 5afeeab
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion install.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
name: ddev-drupal-contrib
project_files:
- commands
- commands/web/eslint
- commands/web/expand-composer-json
- commands/web/nightwatch
- commands/web/phpcbf
- commands/web/phpcs
- commands/web/phpunit
- commands/web/poser
- commands/web/stylelint
- commands/web/symlink-project
- config.contrib.yaml

0 comments on commit 5afeeab

Please sign in to comment.