Skip to content

Commit

Permalink
Add version bump prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Nov 22, 2019
1 parent 0cf65ae commit a335d69
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: '10.x'
- name: Yarn install
run: yarn install
run: yarn run install-deps
- name: Make
if: startsWith(github.ref, 'refs/tags/')
run: yarn make
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"test": "tests"
},
"scripts": {
"bump-versions": "bump --commit --tag --push package.json electron-app/package.json",
"build": "ember build",
"install-deps": "cd electron-app && yarn install && cd ../ && yarn install",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"make": "ember electron:make",
Expand Down Expand Up @@ -66,6 +68,7 @@
"postcss-import": "^12.0.1",
"qunit-dom": "^0.9.0",
"tailwindcss": "^1.1.3",
"version-bump-prompt": "^5.0.6",
"wcag-contrast": "^3.0.0"
},
"engines": {
Expand Down
Loading

0 comments on commit a335d69

Please sign in to comment.