Skip to content

Commit

Permalink
Followup #2
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Oct 18, 2024
1 parent 8f82a98 commit 42e9be5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Create release PR or publish release
uses: changesets/action@v1
with:
version: yarn changeset version
publish: yarn changeset publish
version: yarn changeset:version
publish: yarn changeset:release
commit: 'chore: version package'
title: 'chore: version package'
createGithubReleases: true
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
"typecheck": "tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "bob build"
"build": "bob build",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:release": "yarn build && changeset publish"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit 42e9be5

Please sign in to comment.