mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-10 22:02:50 +00:00
release it config
This commit is contained in:
@@ -33,7 +33,7 @@ export default {
|
||||
hooks: {
|
||||
'before:init': 'turbo run lint:check',
|
||||
'before:github:release': [
|
||||
'export GITHUB_TOKEN=$(gh auth token)',
|
||||
// 'export GITHUB_TOKEN=$(gh auth token)',
|
||||
'turbo run build:signed:apk',
|
||||
],
|
||||
'after:release': 'echo "Released ${npm.name} v${version}"',
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"expo:doctor": "pnpm dlx expo-doctor@latest",
|
||||
"test:e2e": "maestro test test/e2e/",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user