From 71d81e6567594d1e85a457d1138e55709c2a4c60 Mon Sep 17 00:00:00 2001 From: 7c00 Date: Fri, 21 Apr 2023 01:05:05 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bdb294..dfade3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - run: npm i + - run: npx tsc - run: npm pack - run: npx react-native init example - run: cp index.js example/