Skip to content

Commit de16d62

Browse files
committed
fixup! Run composer update before running docs build script
1 parent 2ad803e commit de16d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{"name": "Marco Pivetta", "email": "[email protected]"}
1414
],
1515
"scripts": {
16-
"docs": "composer --work-directory docs update && ./docs/vendor/bin/build-docs.sh @additional_args"
16+
"docs": "composer --working-dir docs update && ./docs/vendor/bin/build-docs.sh @additional_args"
1717
},
1818
"config": {
1919
"allow-plugins": {

0 commit comments

Comments
 (0)