Skip to content

Commit a22909c

Browse files
committed
chore(expo-build): version script to only add package.json to git staging
1 parent 3ea2272 commit a22909c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"doctor": "npx expo-doctor@latest",
5353
"preinstall": "npx only-allow pnpm",
5454
"app-release": "cross-env SKIP_BRANCH_PROTECTION=true np --no-publish --no-cleanup --no-release-draft --message 'chore: release template v%s'",
55-
"version": "git add .",
55+
"version": "git add package.json",
5656
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
5757
"type-check": "tsc --noemit",
5858
"lint:translations": "eslint ./src/translations/ --fix --ext .json ",
@@ -160,4 +160,4 @@
160160
"url": "git+https://github.com/rootstrap/react-native-template.git"
161161
},
162162
"packageManager": "[email protected]"
163-
}
163+
}

0 commit comments

Comments
 (0)