Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Commit c49e130

Browse files
authored
Fix markdown formatting.
1 parent 69abd6a commit c49e130

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/docs/PKG_SCRIPTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
## `npm run analyze:client`
1111

12-
Creates an 'webpack-bundle-analyze' session against the production build of the client bundle.
12+
Creates an `webpack-bundle-analyze` session against the production build of the client bundle.
1313

1414
## `npm run analyze:server`
1515

16-
Creates an 'webpack-bundle-analyze' session against the production build of the server bundle.
16+
Creates an `webpack-bundle-analyze` session against the production build of the server bundle.
1717

1818
## `npm run build`
1919

@@ -43,10 +43,10 @@ Executes `eslint` against the project. Alternatively you could look to install t
4343

4444
Executes the server. It expects you to have already built the bundles using the `npm run build` command.
4545

46-
## `npm run test`
46+
## `npm run test`
4747

4848
Runs the `jest` tests.
4949

50-
## `npm run test:coverage`
50+
## `npm run test:coverage`
5151

5252
Runs the `jest` tests and generates a coverage report. I recommend you look at [codecov.io](https://codecov.io) to host your coverage reports.

0 commit comments

Comments
 (0)