Skip to content

Commit 9947c61

Browse files
committed
ci: setup release please
1 parent 9e80c4c commit 9947c61

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"react",
77
"react-component",
88
"typescript",
9-
"starter",
109
"vite",
1110
"storybook"
1211
],
@@ -43,10 +42,6 @@
4342
"check:types": "tsc --noEmit",
4443
"check:size": "npm run build && size-limit",
4544
"postbuild": "node ./postbuild.js",
46-
"release:major": "standard-version --release-as major && git push --follow-tags",
47-
"release:minor": "standard-version --release-as minor && git push --follow-tags",
48-
"release:patch": "standard-version --release-as patch && git push --follow-tags",
49-
"release:create-github-release": "conventional-github-releaser -p angular",
5045
"serve": "vite preview",
5146
"start": "storybook dev -p 6007 --ci",
5247
"storybook": "storybook dev -p 6007 --ci",
@@ -74,7 +69,6 @@
7469
"@typescript-eslint/parser": "^5.46.1",
7570
"@vitejs/plugin-react": "^3.0.0",
7671
"babel-loader": "^9.1.0",
77-
"conventional-github-releaser": "3.1.5",
7872
"date-fns": "^2.29.3",
7973
"eslint": "^8.30.0",
8074
"eslint-config-airbnb": "19.0.4",
@@ -91,7 +85,6 @@
9185
"react": "^18.2.0",
9286
"react-dom": "^18.2.0",
9387
"size-limit": "8.1.0",
94-
"standard-version": "9.5.0",
9588
"storybook": "^7.0.0-beta.16",
9689
"typescript": "^4.9.4",
9790
"vite": "^4.0.3",

0 commit comments

Comments
 (0)