Skip to content

Commit

Permalink
chore: tweaking scripts order
Browse files Browse the repository at this point in the history
  • Loading branch information
dawhitla committed Feb 22, 2024
1 parent 318c0ff commit d00c364
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,8 +40,9 @@
"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:next": "npm publish --tag next"
"release:publish": "npm publish",
"release:next": "npm publish --tag next",
"release:tag": "tsx ./scripts/release-tag.ts"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit d00c364

Please sign in to comment.