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 diff --git a/api-js/package.json b/api-js/package.json index e2b7717..5841bee 100644 --- a/api-js/package.json +++ b/api-js/package.json @@ -18,7 +18,7 @@ "jest": "^29.7.0", "ts-jest": "^29.2.5", "tsup": "^8.3.5", - "typescript": "^5.6.3" + "typescript": "5.6.3" }, "type": "module", "main": "./dist/SDKMeta.cjs",