Skip to content

Commit

Permalink
Clarify start instructions for development builds (#91)
Browse files Browse the repository at this point in the history
Clarify start instructions for development builds
  • Loading branch information
ntwb authored Sep 20, 2019
2 parents 616dfc9 + d772c72 commit d3a3966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ To build the production version of the plugin
npm run build
```

To build a development version of the plugin and watch changes for automatic rebuild
To build a development version, change to the local directory of the block you are working on, and run `npm start` to watch for changes and automatically rebuild as you develop.
```
cd 01-basic-esnext/
npm start
```

Expand Down

0 comments on commit d3a3966

Please sign in to comment.