Skip to content

Commit bb7d4c6

Browse files
committed
fixed version
1 parent cf7c765 commit bb7d4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"lint-fix": "eslint --fix --ext .ts .",
2727
"prepublish": "run-p build:*",
2828
"wrangler": "wrangler",
29-
"version": "pnpm run build && git add -A dist"
29+
"version": "pnpm run build && git add -A src/version.ts"
3030
},
3131
"devDependencies": {
3232
"@cloudflare/workers-types": "^4.20240208.0",

0 commit comments

Comments
 (0)