diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index 31f8a67..7b84c89 100644 --- a/.github/actions/ci/action.yml +++ b/.github/actions/ci/action.yml @@ -42,7 +42,7 @@ runs: - name: Build JS API shell: bash run: | - cd api-js && npm install && npx publint + cd api-js && npm install && npx publint && npx --yes @arethetypeswrong/cli --pack . - name: Test JS API shell: bash