Skip to content

Commit 2a33c4e

Browse files
committed
chore: update nodejs dependencies
1 parent b2aad81 commit 2a33c4e

7 files changed

Lines changed: 1923 additions & 2782 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
node-version: lts/*
1616
cache: npm
1717
- run: npm ci
18+
- run: npm run generate-types
1819
- run: npm test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ dist
170170

171171
.dev.vars
172172
.wrangler/
173+
worker-configuration.d.ts
173174

174175
# secrets
175176

0 commit comments

Comments
 (0)