Skip to content

Commit f747f56

Browse files
author
codesbiome
committed
Build production files details
1 parent e20c5a5 commit f747f56

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@ yarn lint
6363

6464
<br />
6565

66-
## Package : Production
66+
## Build : Production
6767

68-
Customize and package your Electron app with OS-specific bundles (.app, .exe etc)
68+
Distribution files output will be generated in `dist/` directory by default.
69+
70+
To build the production ready files for distribution, use the following command :
6971

7072
```bash
71-
yarn package
73+
yarn build
7274
```
7375

7476
<br />

0 commit comments

Comments
 (0)