Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Mar 19, 2022
1 parent 8f9bca7 commit ad7dffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" lib/typescript",
"release": "release-it",
"example": "yarn --cwd example",
"bootstrap": "yarn install && yarn example"
"bootstrap": "yarn install && yarn example",
"version": "auto-changelog -p && git add ."
},
"dependencies": {
"@gorhom/portal": "^1.0.3",
Expand Down

0 comments on commit ad7dffc

Please sign in to comment.