fix: scripts and CI/CD

This commit is contained in:
doprz
2025-10-14 20:06:46 -05:00
parent 4bbddacabb
commit 006d375605
2 changed files with 63 additions and 52 deletions

View File

@@ -15,7 +15,7 @@
"zip:to-publish": "SENTRY_ENV='production' pnpm zip",
"changeset": "changeset",
"version": "changeset version && pnpm run generate-changelog",
"release": "pnpm run zip-to-publish && changeset tag",
"release": "pnpm run zip:to-publish && changeset tag",
"prettier": "prettier src --check",
"prettier:fix": "prettier src --write",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives",