Skip to content

Commit

Permalink
Update README for --only CLI flag with bundled code (#46)
Browse files Browse the repository at this point in the history
* Update README for --only CLI flag with bundled code

* Change to npm run benchmark
  • Loading branch information
ksashikumar authored and mathiasbynens committed Mar 21, 2018
1 parent 8441920 commit b7ab00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ To run an individual benchmark rather than the entire suite via Node, pass the
`--only` CLI flag:

```
$ node dist/cli.js --only babel
$ npm run build -- --env.only babel && npm run benchmark
```

0 comments on commit b7ab00f

Please sign in to comment.