Skip to content

Commit 122ddf2

Browse files
author
wangwangit
committed
fix(ci): 移除 deploy 脚本中无效的 --env 参数
1 parent 7c6d57f commit 122ddf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "echo 'No build step required for Workers runtime'",
99
"setup": "node scripts/setup-kv.cjs",
10-
"deploy": "npx wrangler deploy --env=\"\"",
10+
"deploy": "npx wrangler deploy",
1111
"deploy:safe": "npm run setup && npm run deploy",
1212
"lint": "tsc --noEmit -p jsconfig.json",
1313
"test": "vitest run",

0 commit comments

Comments
 (0)