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 cf7c765 commit bb7d4c6Copy full SHA for bb7d4c6
package.json
@@ -26,7 +26,7 @@
26
"lint-fix": "eslint --fix --ext .ts .",
27
"prepublish": "run-p build:*",
28
"wrangler": "wrangler",
29
- "version": "pnpm run build && git add -A dist"
+ "version": "pnpm run build && git add -A src/version.ts"
30
},
31
"devDependencies": {
32
"@cloudflare/workers-types": "^4.20240208.0",
0 commit comments