build: adjust ci workflow

Build npm package before testing
This commit is contained in:
Enrico Sacchetti 2023-01-29 20:17:25 -05:00
commit 058f3205e9
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796

View file

@ -20,6 +20,6 @@ jobs:
- name: Install dependencies, build, test, and lint the codebase - name: Install dependencies, build, test, and lint the codebase
run: | run: |
yarn yarn
yarn build:lib yarn build:package
yarn test:types yarn test:types
yarn lint yarn lint