Skip to content

Commit

Permalink
release it installed
Browse files Browse the repository at this point in the history
  • Loading branch information
trdp30 committed Feb 8, 2023
1 parent 22a8cfc commit a4c5c51
Show file tree
Hide file tree
Showing 3 changed files with 12,745 additions and 10,409 deletions.
5 changes: 5 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"github": {
"release": true
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject"
"eject": "craco eject",
"release": "release-it"
},
"browserslist": {
"production": [
Expand All @@ -38,6 +39,7 @@
"eslint-plugin-react": "^7.21.2",
"prettier": "2.1.2",
"prettier-eslint": "^11.0.0",
"release-it": "^15.6.0",
"semantic-ui-less": "^2.4.1",
"semantic-ui-react": "^2.0.0"
}
Expand Down
Loading

0 comments on commit a4c5c51

Please sign in to comment.