Skip to content

Commit

Permalink
Update: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Nov 13, 2017
1 parent 7e3ed21 commit 1922847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/docs.sh → bin/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DESTINATION=./docs

if [ -d $DESTINATION ];
then
printf "Deleting old generated documentation .. "
printf "Deleting stale documentation .. "
rm -r $DESTINATION/*
echo "OK"
fi
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
}
],
"scripts": {
"docs": "./dev/docs.sh",
"docs": "./bin/docs.sh",
"changelog": "github_changelog_generator",
"test": "phpunit --configuration=./phpunit.xml --testsuite=fullspec --color=always",
"unit": "phpunit --configuration=./phpunit.xml --testsuite=unit --color=always",
"integration": "phpunit --configuration=./phpunit.xml --testsuite=integration --color=always"
},
"require": {},
"require-dev": {
"apigen/apigen": "dev-master",
"phpunit/phpunit": "^6.3",
Expand Down

0 comments on commit 1922847

Please sign in to comment.