Skip to content

Commit a549dcc

Browse files
committed
(docs) consistent use of yarn or npm - choose yarn
1 parent 672a9b2 commit a549dcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ yarn install
1414
## Build for Production
1515

1616
```sh
17-
npm run build
17+
yarn build
1818
```
1919

2020
This produces a production build of the `cmp` script and the docs application:
@@ -23,11 +23,11 @@ This produces a production build of the `cmp` script and the docs application:
2323

2424
## Documentation
2525

26-
Instructions to install the CMP as well as API docs and examples are available in the `docs`
26+
Instructions to install the CMP as well as API docs and examples are available in the `docs`
2727
application included with the repo.
2828

2929
```sh
30-
npm start
30+
yarn start
3131
```
3232

3333
The documentation can be viewed at:
@@ -36,7 +36,7 @@ The documentation can be viewed at:
3636
## Development
3737
You can start a development server that will monitor changes to all CMP and docs files with:
3838
```sh
39-
npm run dev
39+
yarn dev
4040
```
4141

4242
Development server can be accessed at:
@@ -45,5 +45,5 @@ Development server can be accessed at:
4545
## Testing
4646

4747
```sh
48-
npm test
48+
yarn test
4949
```

0 commit comments

Comments
 (0)