diff --git a/composer.json b/composer.json index d675906..de6be1e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "lint:js:fix": "npm run lint:js:fix", "format:js": "npm run format:js", "format:js:fix": "npm run format:js:fix", - "docs": "./vendor/bin/phpdoc -d . -t ./docs --ignore vendor/", + "docs": "./vendor/bin/phpdoc -d . -t ./docs --ignore .vendor/ --ignore .node_modules/", "commit": "./vendor/bin/php-commitizen commit -- ./.php-commitizen.php", "post-install-cmd": "npm install && ./_tools/setup.sh" },