Skip to content

Commit

Permalink
Fix command in contributing guidelines (wulkano#572)
Browse files Browse the repository at this point in the history
Use `yarn run pack` instead of `yarn pack`
  • Loading branch information
George Karagkiaouris authored and albinekb committed Oct 5, 2018
1 parent c497d6b commit 99f96f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
To make sure that your code works in the finished app, you can generate the binary:

```
$ yarn pack
$ yarn run pack
```

After that, you'll see the binary in the `dist` folder 😀

0 comments on commit 99f96f7

Please sign in to comment.