Skip to content

Commit

Permalink
Updated README to reflect the new and improved build process
Browse files Browse the repository at this point in the history
  • Loading branch information
glennsl authored and rickyvetter committed Feb 9, 2017
1 parent 85d065b commit 4c5e69c
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 @@ -24,7 +24,7 @@ cd reason-tools
npm install # this will take a while
```

once installed, you can rebuild the Reason code with `npm run build:re` and the js with `npm run build:js`. `npm run build` will run both.
once installed, you can rebuild Refmt with `npm run build:refmt` the extension code with `npm run build:ext` and bundle up the js with `npm run build:js`. `npm run build` will run all.

> [Yarn](https://github.com/yarnpkg/yarn) can also be used to make things a little faster, but there are some edge cases still being worked on: https://github.com/yarnpkg/yarn/milestone/2
Expand Down

0 comments on commit 4c5e69c

Please sign in to comment.