Skip to content

Commit

Permalink
udpate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Apr 7, 2016
1 parent f36b4b5 commit 5869f0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ $ npm run build

### Running automated testing:

`npm test` runs `npm run build` and `phpunit` and `grunt test`.

```
$ phpunit
$ npm test
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"scripts": {
"build": "./node_modules/grunt-cli/bin/grunt",
"test": "./node_modules/grunt-cli/bin/grunt test"
"test": "npm run build && phpunit && grunt test"
},
"author": {
"name": "Takayuki Miyauchi",
Expand Down

0 comments on commit 5869f0f

Please sign in to comment.