Skip to content

Commit

Permalink
ci: 🎡 remove semantic-release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Nov 20, 2023
1 parent 5a9b967 commit 62673b6
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"prettier": "prettier --write '**/*.ts'",
"precommit": "lint-staged",
"prepush": "yarn test",
"storybook": "start-storybook -p 6010",
"semantic-release": "semantic-release"
"storybook": "start-storybook -p 6010"
},
"lint-staged": {
"**/*.ts": [
Expand All @@ -49,9 +48,6 @@
"stylis": "^4.3.0"
},
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/npm": "7.0.9",
"@storybook/addon-actions": "6.1.11",
"@storybook/addon-links": "6.1.11",
"@storybook/react": "6.1.11",
Expand All @@ -73,7 +69,6 @@
"react-dom": "17.0.1",
"react-test-renderer": "17.0.1",
"rimraf": "3.0.2",
"semantic-release": "17.3.1",
"source-map-support": "0.5.19",
"ts-loader": "8.0.14",
"tslib": "2.1.0",
Expand Down Expand Up @@ -110,18 +105,6 @@
"bracketSpacing": false,
"jsxBracketSameLine": false
},
"release": {
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
},
"keywords": [
"css",
"style",
Expand Down

0 comments on commit 62673b6

Please sign in to comment.