ops: make Cloudflare deploy explicit fallback only

This commit is contained in:
pavlov346346-source 2026-09-11 09:37:03 +03:00
parent 2150257158
commit 785e75eeda

View File

@ -10,7 +10,7 @@
"check:deploy": "npm run check:syntax && npm run test:static && npm run check:release",
"test:e2e": "playwright test --config=tests/playwright.config.mjs",
"test": "npm run check:deploy",
"deploy": "wrangler deploy"
"deploy:cloudflare-backup": "wrangler deploy"
},
"devDependencies": {
"@playwright/test": "^1.51.0",