Fix dev command

This commit is contained in:
Daniel Imms
2018-10-13 11:44:53 -07:00
parent 6a910110be
commit 74e85ad71e

View File

@@ -150,7 +150,7 @@ Below are several of the bigger planned items, community feedback is welcome :sm
## Development ## Development
```bash ```bash
npm run dev npm run watch
``` ```
Then in VS Code press <kbd>F5</kbd> to build demo and launch the debugger with the generated themes available to switch to. Then in VS Code press <kbd>F5</kbd> to build demo and launch the debugger with the generated themes available to switch to.