Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshankman committed Nov 4, 2023
1 parent 6e24ad7 commit b76c40c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
- name: Lint
run: yarn lint

- name: Build
run: yarn build

- name: Package
run: yarn package
run: yarn build && yarn package-ci

- name: get-npm-version
id: package-version
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"postinstall": "ts-node .erb/scripts/check-native-dep.js && electron-builder install-app-deps && npm run build:dll",
"lint": "cross-env NODE_ENV=development eslint . --ext .js,.jsx,.ts,.tsx",
"package": "ts-node ./.erb/scripts/clean.js dist && npm run build && electron-builder build --publish never && npm run build:dll",
"package-ci": "ts-node ./.erb/scripts/clean.js dist && npm run build && electron-builder build --publish always --win --mac --linux && npm run build:dll",
"rebuild": "electron-rebuild --parallel --types prod,dev,optional --module-dir release/app",
"start": "ts-node ./.erb/scripts/check-port-in-use.js && npm run start:renderer",
"start:main": "cross-env NODE_ENV=development electronmon -r ts-node/register/transpile-only .",
Expand Down
8 changes: 4 additions & 4 deletions release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "electron-react-boilerplate",
"version": "4.6.0",
"description": "A foundation for scalable desktop apps",
"name": "hihat",
"version": "0.0.1",
"description": "An elegant music player",
"license": "MIT",
"author": {
"name": "Electron React Boilerplate Maintainers",
"email": "[email protected]",
"url": "https://github.com/electron-react-boilerplate"
"url": "https://github.com/johnnyshankman/hihat"
},
"main": "./dist/main/main.js",
"scripts": {
Expand Down

0 comments on commit b76c40c

Please sign in to comment.