Skip to content

Commit be25d6e

Browse files
committed
Replace yarn with npm
1 parent bdf44ce commit be25d6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/__docz__/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@ npm install --save @pod-point/react-dom-components
1818
```
1919
git clone [email protected]:Pod-Point/react-dom-components.git
2020
cd react-dom-components
21-
yarn
21+
npm install
2222
```
2323

2424
### Tasks
2525
To run a local development version of the components in Docz
2626
```
27-
yarn run docz:dev
27+
npm run docz:dev
2828
```
2929

3030
To run a build version of the components in Docz
3131
```
32-
yarn run docz:build
32+
npm run docz:build
3333
```
3434

3535
To make edits to the TailwindCSS config or styles
3636
```
37-
yarn run watch:tailwind
37+
npm run watch:tailwind
3838
```
3939

4040
To build the TailwindCSS config or styles
4141
```
42-
yarn run build:tailwind
42+
npm run build:tailwind
4343
```
4444

4545
### Linters and IDE setup

0 commit comments

Comments
 (0)