Updated readme
This commit is contained in:
parent
abfcca84d6
commit
99790c0fac
15
README.md
15
README.md
|
@ -143,28 +143,19 @@ jsoneditor:
|
|||
This will generate the file `./dist/jsoneditor.js` and
|
||||
`./dist/jsoneditor-minimalist.js` and corresponding source maps.
|
||||
|
||||
- For development, start a develop server which automatically updates the
|
||||
library when a source file has changed:
|
||||
- For development, start a develop server which automatically reloads
|
||||
when a source file has changed:
|
||||
|
||||
```
|
||||
npm start
|
||||
```
|
||||
|
||||
This will update `./dist/jsoneditor.js` on every change in the source code,
|
||||
but it will **NOT** update the minimalist version.
|
||||
|
||||
- Run unit tests:
|
||||
- Run unit tests (Jest):
|
||||
|
||||
```
|
||||
npm test
|
||||
```
|
||||
|
||||
or to watch for changes and re-run tests automatically:
|
||||
|
||||
```
|
||||
npm run watch:test
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in New Issue