Skip to content

Commit

Permalink
add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Sep 14, 2023
1 parent be0b1b5 commit a300153
Show file tree
Hide file tree
Showing 2 changed files with 1,259 additions and 26 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "eslint index.cjs bin/cli.mjs",
"lint:fix": "eslint index.cjs bin/cli.mjs --fix",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown ."
"prettier:check": "prettier --check --ignore-unknown .",
"release": "release-it"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,6 +44,7 @@
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"release-it": "^16.1.5",
"typescript": "^5.1.6"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit a300153

Please sign in to comment.