fix: update build scripts

Updates build scripts.
Bumps version to 0.2.3.
This commit is contained in:
coreyphillips
2024-09-20 12:42:01 -04:00
parent 087de2ed35
commit acde22bd5f
12 changed files with 1481 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@synonymdev/react-native-pubky",
"version": "0.2.2",
"version": "0.2.3",
"description": "React Native Implementation of Pubky",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
@@ -40,8 +40,8 @@
"test": "jest",
"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",
"clean": "rm -rf android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "corepack enable && npm install -g react-native-builder-bob && bob build",
"release": "release-it",
"example:ios": "cd example && cd ios && rm -rf Pods && cd ../ && npm i && bundle install && npm run build:ios && npm run ios",
"example:android": "cd example && npm i && npm run build:android && npm run android",