File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ yarn install
14
14
## Build for Production
15
15
16
16
``` sh
17
- npm run build
17
+ yarn build
18
18
```
19
19
20
20
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:
23
23
24
24
## Documentation
25
25
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 `
27
27
application included with the repo.
28
28
29
29
``` sh
30
- npm start
30
+ yarn start
31
31
```
32
32
33
33
The documentation can be viewed at:
@@ -36,7 +36,7 @@ The documentation can be viewed at:
36
36
## Development
37
37
You can start a development server that will monitor changes to all CMP and docs files with:
38
38
``` sh
39
- npm run dev
39
+ yarn dev
40
40
```
41
41
42
42
Development server can be accessed at:
@@ -45,5 +45,5 @@ Development server can be accessed at:
45
45
## Testing
46
46
47
47
``` sh
48
- npm test
48
+ yarn test
49
49
```
You can’t perform that action at this time.
0 commit comments