File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 20
20
- run : npm ci
21
21
- run : npm run github-workflow-next-version -- --cmd main
22
22
- run : npm run release
23
+ - run : npm run pre-commit
23
24
- id : pkgjson
24
25
run : chmod +x ./scripts/version.sh && ./scripts/version.sh
25
26
- run : git add . && git commit -m "[🚀 Release] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
Original file line number Diff line number Diff line change 60
60
"pkg-upgrade" : " npx --yes npm-check-updates -u && npm run pkg-legacy" ,
61
61
"pkg-upgrade-manually" : " npx npm-check-updates --interactive && npm run pkg-legacy" ,
62
62
"pkg-legacy" : " npm install eslint@7 @typescript-eslint/eslint-plugin@5 @typescript-eslint/parser@5 eslint-plugin-jest@27 @types/yargs@16 yargs@16 --legacy-peer-deps && npm install" ,
63
- "prepare" : " ts-patch install -s && husky init "
63
+ "prepare" : " ts-patch install -s"
64
64
},
65
65
"dependencies" : {
66
66
"@ptkdev/logger" : " ^1.8.0"
You can’t perform that action at this time.
0 commit comments