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 2020 - run : npm ci
2121 - run : npm run github-workflow-next-version -- --cmd main
2222 - run : npm run release
23+ - run : npm run pre-commit
2324 - id : pkgjson
2425 run : chmod +x ./scripts/version.sh && ./scripts/version.sh
2526 - run : git add . && git commit -m "[🚀 Release] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
Original file line number Diff line number Diff line change 6060 "pkg-upgrade" : " npx --yes npm-check-updates -u && npm run pkg-legacy" ,
6161 "pkg-upgrade-manually" : " npx npm-check-updates --interactive && npm run pkg-legacy" ,
6262 "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"
6464 },
6565 "dependencies" : {
6666 "@ptkdev/logger" : " ^1.8.0"
You can’t perform that action at this time.
0 commit comments