We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ee335 commit cb4606fCopy full SHA for cb4606f
lib/package.json
@@ -41,7 +41,8 @@
41
"publish:npm": "npm publish --access=public",
42
"publish:jsr": "npx jsr publish",
43
"publish:all": "pnpm publish:npm && pnpm publish:jsr",
44
- "lint": "eslint . --fix"
+ "lint": "eslint . --fix",
45
+ "wrangle": "wranger deploy --env=\"\""
46
},
47
"publishConfig": { "access": "public" },
48
"devDependencies": {
@@ -56,6 +57,7 @@
56
57
"postcss-cli": "^11.0.1",
58
"postcss-import": "^16.1.1",
59
"terser": "^5.44.0",
- "vite": "npm:rolldown-vite@7.1.14"
60
+ "vite": "npm:rolldown-vite@7.1.14",
61
+ "wrangler": "^4.45.0"
62
}
63
0 commit comments