Skip to content

Commit

Permalink
fix bundle size (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Ramirez authored Aug 29, 2023
1 parent 4d48593 commit 9cf4b4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bundle-size-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
with:
node-version: '18.16.1' # ⬅ Specify a version of Node.js to build the app

- name: Install modules
run: yarn

- name: Generate types
run: yarn types-gen

- name: Package size report
uses: pkg-size/action@v1
env:
Expand Down

0 comments on commit 9cf4b4d

Please sign in to comment.