Skip to content

Commit

Permalink
Fix generator readme with the correct compile step (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
latentflip authored and doug-wade committed Jun 21, 2016
1 parent 65f7b38 commit 826c666
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and interactivity on the client side.
To start in development mode:

```shell
npm compile
npm run compile
npm start
```

Expand All @@ -29,7 +29,7 @@ npm start -- --port=4000
To run the tests

```shell
npm compile
npm run compile
npm test
```

Expand Down

0 comments on commit 826c666

Please sign in to comment.