Skip to content

Commit 95bc9d0

Browse files
committed
Updated README.md
1 parent 42231b4 commit 95bc9d0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,18 @@ yarn
2525
### Development Scripts
2626

2727
```bash
28-
# run application in development mode
29-
yarn dev
30-
3128
# compile source code and create webpack output
32-
yarn compile
29+
yarn build
30+
31+
# run application
32+
yarn start
33+
34+
# run application in development mode
35+
yarn start:electron-dev
3336

3437
# `yarn compile` & create build with electron-builder
3538
yarn dist
3639

37-
# `yarn compile` & create unpacked build with electron-builder
38-
yarn dist:dir
3940
```
4041

4142
### Usage

0 commit comments

Comments
 (0)