Skip to content

Commit cb4606f

Browse files
committed
build: add wrangler
1 parent 58ee335 commit cb4606f

File tree

2 files changed

+813
-45
lines changed

2 files changed

+813
-45
lines changed

lib/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"publish:npm": "npm publish --access=public",
4242
"publish:jsr": "npx jsr publish",
4343
"publish:all": "pnpm publish:npm && pnpm publish:jsr",
44-
"lint": "eslint . --fix"
44+
"lint": "eslint . --fix",
45+
"wrangle": "wranger deploy --env=\"\""
4546
},
4647
"publishConfig": { "access": "public" },
4748
"devDependencies": {
@@ -56,6 +57,7 @@
5657
"postcss-cli": "^11.0.1",
5758
"postcss-import": "^16.1.1",
5859
"terser": "^5.44.0",
59-
"vite": "npm:rolldown-vite@7.1.14"
60+
"vite": "npm:rolldown-vite@7.1.14",
61+
"wrangler": "^4.45.0"
6062
}
6163
}

0 commit comments

Comments
 (0)