Skip to content

Commit

Permalink
chore: fix yarn release failing
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Apr 20, 2024
1 parent 8c0c387 commit caf2048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"patch-filament": "cd ../filament ; git apply ../package/filament_animator_feat.patch ; git apply ../package/filament_material_instance_getter.patch ; git apply ../package/filament_ios_simulator.patch ; cd -",
"build-filament": "yarn patch-filament && scripts/build-filament.sh",
"build-bullet3": "scripts/build-bullet3.sh",
"release": "yarn build-filament && yarn build-bullet3 && release-it"
"release": "yarn build-filament && yarn build-bullet3 && release-it && npm publish"
},
"keywords": [
"react-native",
Expand Down Expand Up @@ -105,7 +105,7 @@
"requireCleanWorkingDir": false
},
"npm": {
"publish": true
"publish": false
},
"github": {
"release": true
Expand Down

0 comments on commit caf2048

Please sign in to comment.