mirror of
https://github.com/aljazceru/react-native-pubky.git
synced 2026-02-07 08:04:32 +01:00
fix: update build scripts
Updates build scripts. Bumps version to 0.2.3.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user