mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-27 00:54:22 +02:00
docs: clarifies not setting editor values directly & plugin order (#4571)
* Updates "Saving to a Database" example to distinguish actual content changes. * Update docs/walkthroughs/06-saving-to-a-database.md * Update docs/walkthroughs/06-saving-to-a-database.md * Update docs/walkthroughs/06-saving-to-a-database.md * Runs prettier * docs: clarifies not setting editor values directly & plugin order * Changes reccommended order of withReact & withHistory, to match current knowleged Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org>
This commit is contained in:
@@ -87,6 +87,12 @@ yarn lint
|
||||
|
||||
This will catch TypeScript, Prettier, and Eslint errors.
|
||||
|
||||
```text
|
||||
yarn fix
|
||||
```
|
||||
|
||||
This will fix Prettier and Eslint errors.
|
||||
|
||||
## Running integration tests
|
||||
|
||||
To run integrations with [cypress](https://github.com/cypress-io/cypress), first run `yarn start` to run the examples website, then run `yarn cypress:open` in a separate session to open the cypress GUI.
|
||||
|
Reference in New Issue
Block a user