Skip to content

Commit

Permalink
(fix) Build library in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
gksander committed Aug 1, 2023
1 parent 90364de commit ff0a870
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-monkeys-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-ama': patch
---

Ensure dist/ directory is generated for release
15 changes: 2 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,8 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Lint
run: yarn lint

- name: TypeScript Check
run: yarn ts:check

- name: TypeScript Example Check
run: |
yarn example
yarn example ts:check
- name: Tests
run: yarn test
- name: Build library
run: yarn run build

- name: PR or Publish
id: changesets
Expand Down

1 comment on commit ff0a870

@vercel
Copy link

@vercel vercel bot commented on ff0a870 Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.