fix: use wrangler cli directly (#26326)

This commit is contained in:
bo0tzz
2026-02-18 19:06:41 +01:00
committed by GitHub
parent d9b1b69827
commit 65e1bb83b7
2 changed files with 13 additions and 5 deletions

View File

@@ -23,3 +23,9 @@ run = "prettier --check ."
[tasks."format-fix"]
env._.path = "./node_modules/.bin"
run = "prettier --write ."
[tasks.deploy]
run = "wrangler pages deploy build --project-name=${PROJECT_NAME} --branch=${BRANCH_NAME}"
[tools]
wrangler = "4.66.0"