Fix dev watcher instructions.

This commit is contained in:
Rashid Khan 2019-01-31 14:17:26 -07:00 committed by GitHub
parent 196d43bd67
commit 28c9f7b28e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ The easiest way to do develop on Canvas and have the plugins built automatically
```bash
# while in kibana/
cd x-pack/plugins/canvas
yarn start
node scripts/start.js
```
There are several other scripts available once you are in that path as well.