Skip to content

Commit 037cbc5

Browse files
authored
feat(types): adds types via JSDoc comments (#26)
This PR does a number of things, mainly adding types via JSDoc comments. There are also a few fixes to the commitizen integration and the removal of the release dry-run in CI since that isn't supported by Semantic Release yet
1 parent 9cf3d72 commit 037cbc5

File tree

9 files changed

+2513
-670
lines changed

9 files changed

+2513
-670
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ jobs:
1919
- run: npm ci
2020
- run: npm run validate
2121
- run: npm run build
22-
dry-run:
23-
runs-on: ubuntu-latest
24-
steps:
25-
- name: Checkout
26-
uses: actions/checkout@v4
27-
- name: Setup node
28-
uses: actions/setup-node@v3
29-
- run: npm ci
30-
- name: Build
31-
run: npm run build
32-
- name: Release
33-
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36-
run: npm run release -- --dry-run
22+
# dry-run:
23+
# runs-on: ubuntu-latest
24+
# steps:
25+
# - name: Checkout
26+
# uses: actions/checkout@v4
27+
# - name: Setup node
28+
# uses: actions/setup-node@v3
29+
# - run: npm ci
30+
# - name: Build
31+
# run: npm run build
32+
# - name: Release
33+
# env:
34+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36+
# run: unset GITHUB_ACTIONS && npm run release -- --dry-run --no-ci

0 commit comments

Comments
 (0)