Skip to content

Commit a9af5e9

Browse files
committed
chore: github action
1 parent b02ad64 commit a9af5e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/calendar_reminder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
cache: 'pnpm'
2323
- name: Install dependencies
2424
run: pnpm install
25+
- name: Build source
26+
run: pnpm run build
2527
- name: Run script
2628
run: node dist/src/github.js
2729
env:

0 commit comments

Comments
 (0)