Skip to content
This repository was archived by the owner on Jan 21, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"lint:fix": "stylelint \"components/*.css\" --fix",
"lint:js": "eslint --cache .",
"lint": "yarn lint:js && yarn lint:css",
"release:major": "git checkout master && git pull && yarn build && git add . && yarn version --new-version major && git push --follow-tags",
"release:minor": "git checkout master && git pull && yarn build && git add . && yarn version --new-version minor && git push --follow-tags",
"release:patch": "git checkout master && git pull && yarn build && git add . && yarn version --new-version patch && git push --follow-tags",
"release:major": "git checkout master && git pull && yarn build && git add .. && yarn version --new-version major && git push --follow-tags",
"release:minor": "git checkout master && git pull && yarn build && git add .. && yarn version --new-version minor && git push --follow-tags",
"release:patch": "git checkout master && git pull && yarn build && git add .. && yarn version --new-version patch && git push --follow-tags",
"release": "yarn release:patch",
"test:run": "jest",
"test:update": "jest -u",
Expand Down