Skip to content

Commit

Permalink
version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazcash committed Aug 28, 2022
1 parent 9ce2e78 commit 75cf45e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on: [push, pull_request]

jobs:
release:
build:
runs-on: ${{ matrix.os }}

strategy:
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"clean-dist": "rimraf dist_electron",
"dump-webpack-config": "vue inspect > output.js"
"dump-webpack-config": "vue inspect > output.js",
"preversion": "npm run lint-check && npm run format-check",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@iconify-icons/mdi": "^1.2.14",
Expand Down Expand Up @@ -78,4 +80,4 @@
"vue3-popper": "^1.4.1",
"worker-plugin": "^5.0.1"
}
}
}

0 comments on commit 75cf45e

Please sign in to comment.