diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d6be73..1e9daf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Run unit tests run: yarn test --maxWorkers=2 --coverage - build-library: + build: runs-on: ubuntu-latest steps: - name: Checkout @@ -48,4 +48,4 @@ jobs: uses: ./.github/actions/setup - name: Build package - run: yarn prepare + run: yarn build diff --git a/package.json b/package.json index 8250f88..ef3d891 100644 --- a/package.json +++ b/package.json @@ -41,11 +41,15 @@ "typecheck": "tsc", "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli lib", - "prepare": "bob build", + "build": "bob build", "release": "release-it" }, "keywords": [ "react-native", + "chat", + "ui", + "kit", + "nativewind", "ios", "android" ], @@ -119,10 +123,13 @@ "tagName": "v${version}" }, "npm": { - "publish": true + "publish": true, + "publishArgs": ["--access public", "--provenance"] }, "github": { - "release": true + "autoGenerate": true, + "release": true, + "releaseName": "v${version}" }, "plugins": { "@release-it/conventional-changelog": {