Skip to content

Commit

Permalink
[Fix] CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Jun 3, 2024
1 parent a507f97 commit ecb10cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- run: npm ci
- run: npm run github-workflow-next-version -- --cmd main
- run: npm run release
- run: npm run pre-commit
- id: pkgjson
run: chmod +x ./scripts/version.sh && ./scripts/version.sh
- run: git add . && git commit -m "[🚀 Release] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"pkg-upgrade": "npx --yes npm-check-updates -u && npm run pkg-legacy",
"pkg-upgrade-manually": "npx npm-check-updates --interactive && npm run pkg-legacy",
"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",
"prepare": "ts-patch install -s && husky init"
"prepare": "ts-patch install -s"
},
"dependencies": {
"@ptkdev/logger": "^1.8.0"
Expand Down

0 comments on commit ecb10cd

Please sign in to comment.