Skip to content

Commit b58fa66

Browse files
committed
chore(README.md): add missing npm tasks and their description
1 parent c9fe020 commit b58fa66

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@
1414

1515
All scripts are run with `npm run [script]`, for example: `npm run test`.
1616

17-
* `test` - run all tests
1817
* `start` - start development server, try it by opening `http://localhost:8081/webpack-dev-server/index.html`
18+
1919
* `build` - create dev build, check `build` directory
2020
* `dist` - create production build, check `dist` directory
2121

22+
* `server_build` - serve content from `build` directory
23+
* `server_dist` - serve content from `dist` directory
2224

23-
25+
* `test` - run all unit tests (with Mocha)
26+
* `karma` - run all integration tests (with Karma / Jasmine)

0 commit comments

Comments
 (0)