Skip to content

Commit 396d354

Browse files
chore(release): run yarn tsc in release (#31)
Signed-off-by: Alec Jacobs <charles.jacobs@segment.com>
1 parent 12c9c95 commit 396d354

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- name: Install Dependencies
4848
run: yarn install --frozen-lockfile
4949

50+
- name: Run tsc
51+
run: yarn tsc
52+
5053
- name: Build
5154
run: NODE_ENV=production yarn build
5255

.github/workflows/verify-build-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727

2828
- name: Install dependencies
29-
run: yarn install
29+
run: yarn install --frozen-lockfile
3030

3131
- name: Lint
3232
run: yarn lint

0 commit comments

Comments
 (0)