Skip to content

Commit

Permalink
Merge pull request #502 from dohooo/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
dohooo authored Dec 6, 2023
2 parents cf7e200 + 6441776 commit 557162f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-plants-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-reanimated-carousel': patch
---

remove the postinstall script.(re-publish)
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-yarn-
- name: install dependencies
run: yarn bootstrap
run: yarn run bootstrap


- name: Create Release Pull Request or Publish to npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn bootstrap
- run: yarn run bootstrap

- run: cd ./example/expo && yarn install && yarn build:web

Expand Down

0 comments on commit 557162f

Please sign in to comment.