Skip to content

Commit

Permalink
clean before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciberusps committed Jan 5, 2021
1 parent b160090 commit 7cffe32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 14

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "GSM",
"description": "Saves manager",
"version": "0.0.11",
"version": "0.0.12",
"author": "Ciberusps",
"license": "MIT",
"main": "main/index.js",
Expand All @@ -11,7 +11,7 @@
"dev": "npm run build-electron && electron .",
"build-renderer": "next build renderer && next export renderer",
"build-electron": "tsc -p electron-src",
"build": "npm run build-renderer && npm run build-electron",
"build": "npm run clean && npm run build-renderer && npm run build-electron",
"pack-app": "npm run build && electron-builder --dir",
"dist": "npm run build && electron-builder",
"publish": "npm run dist -- --win --publish always",
Expand Down

0 comments on commit 7cffe32

Please sign in to comment.