Skip to content

Commit dd2ec42

Browse files
Remove old build-types script from CI workflow
1 parent 97d8c8c commit dd2ec42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: ${{ matrix.node-version }}
3333
- run: yarn --frozen-lockfile
3434
- run: yarn run lint
35-
- run: yarn run build && yarn run build-types
35+
- run: yarn run build
3636
- run: yarn test
3737

3838
- name: Upload test coverage report to Codecov

0 commit comments

Comments
 (0)