release it config

This commit is contained in:
EthanShoeDev
2025-10-06 20:59:52 -04:00
parent a0b5d8f499
commit 9a89359ebb
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ export default {
hooks: { hooks: {
'before:init': 'turbo run lint:check', 'before:init': 'turbo run lint:check',
'before:github:release': [ 'before:github:release': [
'export GITHUB_TOKEN=$(gh auth token)', // 'export GITHUB_TOKEN=$(gh auth token)',
'turbo run build:signed:apk', 'turbo run build:signed:apk',
], ],
'after:release': 'echo "Released ${npm.name} v${version}"', 'after:release': 'echo "Released ${npm.name} v${version}"',

View File

@@ -24,7 +24,7 @@
"expo:doctor": "pnpm dlx expo-doctor@latest", "expo:doctor": "pnpm dlx expo-doctor@latest",
"test:e2e": "maestro test test/e2e/", "test:e2e": "maestro test test/e2e/",
"adb:logs": "while ! adb logcat --pid=$(adb shell pidof -s dev.fressh.app); do sleep 1; done", "adb:logs": "while ! adb logcat --pid=$(adb shell pidof -s dev.fressh.app); do sleep 1; done",
"release": "release-it", "release": "GITHUB_TOKEN=$(gh auth token) release-it",
"release:dry": "release-it --dry-run" "release:dry": "release-it --dry-run"
}, },
"dependencies": { "dependencies": {