Skip to content

Commit

Permalink
fix: example web demo
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Jan 2, 2025
1 parent f96beac commit 35b2163
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli lib",
"prepare": "bob build",
"release": "release-it --ci --github.autoGenerate",
"release": "release-it --ci",
"build-example": "cd example && npx expo export"
},
"keywords": [
Expand Down Expand Up @@ -127,13 +127,15 @@
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
"tagName": "v${version}",
"requireCleanWorkingDir": false
},
"npm": {
"publish": true
},
"github": {
"release": true
"release": true,
"autoGenerate": true
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit 35b2163

Please sign in to comment.