Skip to content

Commit 918937a

Browse files
chore: gitignore wrangler types output (#13679)
1 parent 97d81b4 commit 918937a

File tree

7 files changed

+7
-11024
lines changed

7 files changed

+7
-11024
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ node_modules/
33
pnpm-lock.yaml
44
/docs/api
55
examples/**/dist/
6-
/integration/helpers/vite-plugin-cloudflare-template/worker-configuration.d.ts
6+
worker-configuration.d.ts
77
/playground/
88
/playground-local/
99
packages/**/dist/

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ node_modules/
3030
.tmp
3131
tsup.config.bundled_*.mjs
3232
build.utils.d.ts
33+
worker-configuration.d.ts
3334
/.env
3435
/NOTES.md
3536

integration/helpers/vite-plugin-cloudflare-template/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"scripts": {
88
"dev": "react-router dev",
99
"build": "react-router build",
10-
"typecheck": "wrangler types && react-router typegen && tsc"
10+
"typegen": "wrangler types && react-router typegen",
11+
"typecheck": "pnpm typegen && tsc"
1112
},
1213
"dependencies": {
1314
"express": "^4.19.2",

0 commit comments

Comments
 (0)