Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
chore(build): lint before test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Nicholus committed Aug 3, 2016
1 parent df76114 commit 4d797bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"lint": "make lint",
"setup-dev": "(cd test/dev/handlers; curl -sS https://getcomposer.org/installer | php; php composer.phar install)",
"start-local-dev": "(. test/dev/handlers/s3keys.sh; php -S 0.0.0.0:9090 -t . -c test/dev/handlers/php.ini)",
"test": "make test",
"test": "make lint && make test",
"update-dev": "(cd test/dev/handlers; php composer.phar update)"
},
"engines" : {
Expand Down

0 comments on commit 4d797bd

Please sign in to comment.