Skip to content

Commit

Permalink
feat: adding publish next script
Browse files Browse the repository at this point in the history
  • Loading branch information
dawhitla committed Feb 21, 2024
1 parent c2c0cab commit 1f765a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"get:testbutler": "curl -f -o ./test-butler-app.apk https://repo1.maven.org/maven2/com/linkedin/testbutler/test-butler-app/2.2.1/test-butler-app-2.2.1.apk",
"release:create": "tsx ./scripts/release-create.ts",
"release:verify": "tsx ./scripts/release-verify.ts",
"release:tag": "tsx ./scripts/release-tag.ts"
"release:tag": "tsx ./scripts/release-tag.ts",
"release:next": "npm publish --tag next"
},
"keywords": [
"react-native",
Expand Down Expand Up @@ -88,9 +89,9 @@
"react": "18.0.0",
"react-native": "0.69.9",
"react-native-builder-bob": "^0.18.1",
"react-native-gesture-handler": "2.14.1",
"react-native-paper": "^5.12.3",
"react-test-renderer": "18.0.0",
"react-native-gesture-handler": "2.14.1",
"semver": "^7.5.4",
"simple-git": "^3.19.1",
"ts-jest": "^29.1.2",
Expand Down

0 comments on commit 1f765a5

Please sign in to comment.