diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf0ca563..f0c36608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,6 @@ jobs: - name: Install dependencies, build, test, and lint the codebase run: | yarn - yarn build:lib + yarn build:package yarn test:types yarn lint