feat: publishing workflow

This commit is contained in:
2023-06-30 13:38:28 +02:00
parent 2d061b1638
commit 995cc89d17
8 changed files with 41 additions and 29 deletions

View File

@@ -17,7 +17,8 @@
"format:fix": "dotenv -c -- turbo run format:fix",
"lint": "dotenv -c -- turbo run lint",
"lint:fix": "dotenv -c -- turbo run lint:fix",
"syncpack": "syncpack list-mismatches && syncpack lint-semver-ranges",
"publish-packages": "pnpm changeset version && pnpm syncpack:fix && pnpm install && git add . && git commit -m \"refactor: update changelog\" && pnpm changeset tags && git push --follow-tags",
"syncpack": "syncpack list-mismatches && syncpack lint-semver-ranges --types dev,peer,prod",
"syncpack:fix": "syncpack format && syncpack fix-mismatches",
"test": "trap 'node coverage.mjs' EXIT && dotenv -c -- turbo run test --filter=!@openstapps/app",
"test:integration": "dotenv -c -- turbo run test:integration",