Skip to content

Commit a4e0084

Browse files
committed
ci(release): enable typescript checks and tests
1 parent cd5ea14 commit a4e0084

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
run: npm ci --engine-strict=false
2929
- name: Build monorepo
3030
run: npm run build
31-
# - name: Check TypeScript types
32-
# run: npm run typescript:check-types
33-
# - name: Execute tests in monorepo
34-
# run: npm run test
31+
- name: Check TypeScript types
32+
run: npm run typescript:check-types
33+
- name: Execute tests in monorepo
34+
run: npm run test
3535
- name: Version bump & GitHub release
3636
run: |
3737
git config user.email "[email protected]"

0 commit comments

Comments
 (0)