Update README.md
This commit is contained in:
parent
fe5a5aae93
commit
b669c99df0
1 changed files with 2 additions and 2 deletions
|
|
@ -7,12 +7,12 @@ yarn install
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
### Compiles and hot-reloads for development
|
||||||
```
|
```
|
||||||
yarn serve
|
yarn dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and minifies for production
|
### Compiles and minifies for production
|
||||||
```
|
```
|
||||||
yarn build
|
yarn electron:build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run your unit tests
|
### Run your unit tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue