File tree Expand file tree Collapse file tree 3 files changed +196
-181
lines changed
Expand file tree Collapse file tree 3 files changed +196
-181
lines changed Original file line number Diff line number Diff line change 1717 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
1818 with :
1919 build-command : pnpm build
20+ lint-command : pnpm lint
21+ test-command : pnpm test:coverage
Original file line number Diff line number Diff line change 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" ,
156154 },
157155 "commitlint" : {
158156 "extends" : [
159- " @commitlint/config-conventional "
157+ " @douglasneuroinformatics/semantic-release/commitlint-config "
160158 ]
161159 },
162160 "release" : {
You can’t perform that action at this time.
0 commit comments