Fast and tiny JavaScript/TypeScript cron parser with timezone support
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix publish script

+3 -3
+3 -3
.github/workflows/publish.yml
··· 64 64 - name: Install dependencies 65 65 run: pnpm install --frozen-lockfile 66 66 67 - - name: Run tests 68 - run: pnpm run test 69 - 70 67 - name: Build 71 68 run: pnpm run build 69 + 70 + - name: Run tests 71 + run: pnpm run test 72 72 73 73 - name: Create git tag and release 74 74 run: |