ops: make Cloudflare deploy explicit fallback only
This commit is contained in:
parent
2150257158
commit
785e75eeda
@ -10,7 +10,7 @@
|
|||||||
"check:deploy": "npm run check:syntax && npm run test:static && npm run check:release",
|
"check:deploy": "npm run check:syntax && npm run test:static && npm run check:release",
|
||||||
"test:e2e": "playwright test --config=tests/playwright.config.mjs",
|
"test:e2e": "playwright test --config=tests/playwright.config.mjs",
|
||||||
"test": "npm run check:deploy",
|
"test": "npm run check:deploy",
|
||||||
"deploy": "wrangler deploy"
|
"deploy:cloudflare-backup": "wrangler deploy"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.51.0",
|
"@playwright/test": "^1.51.0",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user