Skip to content

Commit 05cfa3b

Browse files
feat: added build step nad upped node version to PR workflow
1 parent 62539be commit 05cfa3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ jobs:
3737

3838
- name: Running typecheck
3939
run: npm run typecheck
40+
41+
- name: Running build
42+
run: npm run build

0 commit comments

Comments
 (0)