Skip to content

Commit 5578a05

Browse files
authored
Merge pull request #51 from DouglasNeuroInformatics/fix-ci
ci: update release workflow
2 parents 76c4ed2 + 7654fdb commit 5578a05

File tree

3 files changed

+196
-181
lines changed

3 files changed

+196
-181
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ jobs:
1717
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1818
with:
1919
build-command: pnpm build
20+
lint-command: pnpm lint
21+
test-command: pnpm test:coverage

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,9 @@
112112
"zustand": "^4.5.5"
113113
},
114114
"devDependencies": {
115-
"@commitlint/cli": "^19.5.0",
116-
"@commitlint/config-conventional": "^19.5.0",
117115
"@douglasneuroinformatics/eslint-config": "^5.2.4",
118116
"@douglasneuroinformatics/prettier-config": "^0.0.1",
119-
"@douglasneuroinformatics/semantic-release": "^0.0.1",
117+
"@douglasneuroinformatics/semantic-release": "^0.2.1",
120118
"@douglasneuroinformatics/tsconfig": "^1.0.2",
121119
"@faker-js/faker": "^9.0.3",
122120
"@storybook/addon-essentials": "^8.3.5",
@@ -156,7 +154,7 @@
156154
},
157155
"commitlint": {
158156
"extends": [
159-
"@commitlint/config-conventional"
157+
"@douglasneuroinformatics/semantic-release/commitlint-config"
160158
]
161159
},
162160
"release": {

0 commit comments

Comments
 (0)