We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5abdd3 commit c816604Copy full SHA for c816604
.github/actions/ci/action.yml
@@ -42,7 +42,7 @@ runs:
42
- name: Build JS API
43
shell: bash
44
run: |
45
- cd api-js && npm install && npx publint
+ cd api-js && npm install && npx publint && npx --yes @arethetypeswrong/cli --pack .
46
47
- name: Test JS API
48
api-js/package.json
@@ -18,7 +18,7 @@
18
"jest": "^29.7.0",
19
"ts-jest": "^29.2.5",
20
"tsup": "^8.3.5",
21
- "typescript": "^5.6.3"
+ "typescript": "5.6.3"
22
},
23
"type": "module",
24
"main": "./dist/SDKMeta.cjs",
0 commit comments