Skip to content

Commit bdecc9b

Browse files
committed
[test] trigger fake release
1 parent 0f1c5fa commit bdecc9b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/wild-dolphins-happen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"workers.new": patch
3+
---
4+
5+
trigger fake release

packages/workers.new/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"check:lint": "eslint . --max-warnings=0",
7-
"deploy": "CLOUDFLARE_ACCOUNT_ID=$WORKERS_NEW_CLOUDFLARE_ACCOUNT_ID CLOUDFLARE_API_TOKEN=$WORKERS_NEW_CLOUDFLARE_API_TOKEN wrangler deploy",
7+
"deploy": "exit 1",
88
"dev": "wrangler dev",
99
"test": "vitest -c tests/vitest.config.mts",
1010
"test:ci": "vitest run -c tests/vitest.config.mts"

0 commit comments

Comments
 (0)