Skip to content

Commit

Permalink
docs(readme): update docs for clean:all and build:electron scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed May 5, 2022
1 parent b7a459f commit d3e0e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ You can then view your application at [http://localhost:8080](http://localhost:8

#### `yarn build:electron`

Builds the application into a standalone Electron desktop application.
Builds the application into a standalone Electron desktop application and outputs to the app directory.

#### `yarn electron:dev`

Expand All @@ -237,7 +237,7 @@ You will also see any lint errors in the console.

#### `yarn clean:all`

Deletes the `build` and `dist` directories.
Deletes the `app`, `build` and `dist` directories.

#### `yarn commit`

Expand Down

0 comments on commit d3e0e56

Please sign in to comment.