We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02ad64 commit a9af5e9Copy full SHA for a9af5e9
.github/workflows/calendar_reminder.yml
@@ -22,6 +22,8 @@ jobs:
22
cache: 'pnpm'
23
- name: Install dependencies
24
run: pnpm install
25
+ - name: Build source
26
+ run: pnpm run build
27
- name: Run script
28
run: node dist/src/github.js
29
env:
0 commit comments