Skip to content

Commit

Permalink
style(packaging): rename
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Dec 6, 2018
1 parent 82935d4 commit 30ac704
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ To run the app (with hot reload):

Your code must follow the [standardjs](https://standardjs.com/) rules :
```sh
> yarn test
> yarn lint
```

## Build

```sh
> yarn dist
> yarn build
```
The binaries will be created in the `dist` folder.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"standard": "^12.0.1"
},
"scripts": {
"start": "npx gulp",
"dist": "electron-builder",
"dist-portable": "electron-builder -w portable",
"start": "gulp",
"build": "electron-builder",
"publish": "build --win -p always",
"test": "npx standard"
"lint": "npx standard",
"test": "echo \"Error: no test specified\" && exit 1"
},
"build": {
"appId": "com.gelbooru-client.app",
Expand Down

0 comments on commit 30ac704

Please sign in to comment.