We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9f93c commit 3398dc9Copy full SHA for 3398dc9
epicshop/epic-me/package.json
@@ -10,14 +10,15 @@
10
},
11
"scripts": {
12
"build": "react-router build",
13
- "cf-typegen": "wrangler types ./types/worker-configuration.d.ts",
14
"deploy": "npm run build && wrangler deploy",
15
"dev": "react-router dev",
16
"format": "prettier --write .",
17
"lint": "eslint .",
18
- "postinstall": "npm run cf-typegen",
+ "postinstall": "npm run typegen || exit 0",
19
"preview": "npm run build && vite preview",
20
- "typecheck": "npm run cf-typegen && react-router typegen && tsc -b"
+ "typegen": "wrangler types ./types/worker-configuration.d.ts && react-router typegen",
+ "pretypecheck": "npm run typegen",
21
+ "typecheck": "tsc -b"
22
23
"dependencies": {
24
"@modelcontextprotocol/sdk": "^1.18.2",
0 commit comments