Skip to content

Commit

Permalink
Try building and installing local package for RTK usage
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Nov 17, 2021
1 parent fb6bccd commit 75b6e01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-test-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
- name: Install TypeScript ${{ matrix.ts }}
run: yarn add typescript@${{ matrix.ts }}

- name: Pack
run: yarn build && yarn pack

- name: Install build artifact
run: yarn add ./package.tgz

- name: Test types
run: |
./node_modules/.bin/tsc --version
Expand Down

0 comments on commit 75b6e01

Please sign in to comment.