Skip to content

Commit

Permalink
chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Makila committed Sep 13, 2020
1 parent 30959ab commit 7147d39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"cm": "git-cz",
"build": "tsc --project ./",
"test": "jest",
"lint": "eslint '*.{js,ts}' '*/**/*.{js,ts}' --ignore-pattern '/dist/*'"
"lint": "eslint '*.{js,ts}' '*/**/*.{js,ts}' --ignore-pattern '/dist/*'",
"release": "standard-version"
},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
Expand Down Expand Up @@ -54,7 +55,7 @@
},
"lint-staged": {
"*.{js,ts}": [
"eslint --fix"
"yarn lint --fix"
]
},
"config": {
Expand Down

0 comments on commit 7147d39

Please sign in to comment.