File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "plugins" : {
33 "@release-it/conventional-changelog" : {
4- "preset" : " conventionalcommits" ,
5- "infile" : " ./CHANGELOG.md"
4+ "preset" : " conventionalcommits"
65 }
76 },
87 "hooks" : {
9- "before:init" : [" pnpm lint" , " pnpm test" ],
8+ "before:init" : [" pnpm lint:prepublish " , " pnpm test" ],
109 "after:bump" : " pnpm build" ,
1110 "after:release" : " echo Successfully released ${npm.name} v${version} to ${repo.repository}."
1211 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @ddd-framework/seedwork" ,
33 "description" : " Generates a module with minimal functionality which you may change however you see fit." ,
4- "version" : " 0.0.0-alpha " ,
4+ "version" : " 0.1.0 " ,
55 "private" : false ,
66 "publishConfig" : {
77 "access" : " public" ,
2020 "build" : " tsc --project tsconfig.build.json" ,
2121 "dev" : " pnpm watch" ,
2222 "lint:fix" : " tsc --noEmit && eslint --fix" ,
23+ "lint:prepublish" : " tsc --project tsconfig.build.json --noEmit && eslint" ,
2324 "lint" : " tsc --noEmit && eslint" ,
2425 "prebuild" : " rm -rf tsconfig.build.tsbuildinfo ./dist" ,
2526 "prepublish" : " pnpm build" ,
26- "publish :dry" : " pnpm release-it --dry-run" ,
27- "publish " : " pnpm release-it" ,
27+ "release :dry" : " pnpm release-it --dry-run" ,
28+ "release " : " pnpm release-it" ,
2829 "test:watch" : " pnpm jest --watch" ,
2930 "test" : " pnpm jest" ,
3031 "watch" : " tsc --project tsconfig.build.json --watch"
Original file line number Diff line number Diff line change 11{
22 "extends" : " @config/tsconfig/backend.json" ,
33 "include" : [" ." ],
4- "exclude" : [" dist" , " build " , " node_modules" ]
4+ "exclude" : [" dist" , " node_modules" ]
55}
You can’t perform that action at this time.
0 commit comments