Skip to content

Commit

Permalink
added : generate-release
Browse files Browse the repository at this point in the history
  • Loading branch information
fredygerman committed Nov 1, 2023
1 parent dedc352 commit 5129e24
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"release": "generate-release"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.6",
Expand All @@ -32,6 +33,7 @@
"eslint": "^7.16.0",
"eslint-config-next": "14.0.0",
"eslint-config-prettier": "^9.0.0",
"generate-release": "^1.1.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
Expand Down
Loading

0 comments on commit 5129e24

Please sign in to comment.