Skip to content

Commit

Permalink
feat: add standard-version to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokky0425 committed Apr 9, 2020
1 parent e2bea0e commit 0fdf364
Show file tree
Hide file tree
Showing 2 changed files with 907 additions and 26 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"stylelint"
],
"scripts": {
"release:dryrun": "standard-version --dry-run",
"release": "standard-version",
"test": "jest",
"test:update-snapshot": "jest --updateSnapshot"
},
Expand All @@ -27,6 +29,7 @@
"@types/jest": "^25.1.4",
"@types/styled-components": "^5.0.1",
"jest": "^25.2.4",
"standard-version": "^7.1.0",
"styled-components": "^5.0.1",
"stylelint": "^13.2.1",
"stylelint-config-prettier": "^8.0.1",
Expand Down

0 comments on commit 0fdf364

Please sign in to comment.