Skip to content

Commit 07d26cd

Browse files
committed
Update commands
1 parent d31bf12 commit 07d26cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ yarn
4949
#### Run the app
5050

5151
```
52-
npm run dev
52+
npm run start
5353
```
5454
or
5555
```
56-
yarn run dev
56+
yarn start
5757
```
5858

5959
#### Build the app (automatic)
@@ -63,7 +63,7 @@ npm run package
6363
```
6464
or
6565
```
66-
yarn run package
66+
yarn package
6767
```
6868

6969
#### Build the app (manual)
@@ -73,15 +73,15 @@ npm run build
7373
```
7474
or
7575
```
76-
npm run build
76+
yarn build
7777
```
7878

7979
#### Test the app (after `npm run build` || `yarn run build`)
8080
```
8181
npm run prod
8282
```
8383
```
84-
yarn run prod
84+
yarn prod
8585
```
8686

8787
### Code of Conduct

0 commit comments

Comments
 (0)