You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,12 @@ render() {
47
47
48
48
Command | Description |
49
49
--- | ---
50
-
`npm start` | start a development server for the demo app
51
-
`npm test` | run tests
52
-
`npm run test:coverage` | run tests and produce a code coverage report in `coverage/`
53
-
`npm run test:watch` | start a test server and re-run tests on every change
54
50
`npm run build` | prepare for publishing to npm
55
51
`npm run clean` | delete built resources
52
+
`npm test` | run tests
53
+
`npm run test:coverage` | run tests and produce a code coverage report in `coverage/`
54
+
<del>`npm run test:watch`</del> | n/a ~~start a test server and re-run tests on every change~~
55
+
<del>`npm start`</del> | n/a ~~start a development server for the demo app~~
56
56
57
57
#### see also:
58
58
- [Developing React Components and Libraries with nwb](https://github.com/insin/nwb/blob/master/docs/guides/ReactComponents.md#developing-react-components-and-libraries-with-nwb)
0 commit comments