Skip to content

Commit 5c7f263

Browse files
committed
chore: add deploy:landing script for the landing worker
1 parent e58d9f9 commit 5c7f263

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"format": "prettier --write \"*.{json,md}\" \".github/**/*.{yml,yaml,md}\"",
1919
"format:check": "prettier --check \"*.{json,md}\" \".github/**/*.{yml,yaml,md}\"",
2020
"format:check:workspaces": "yarn workspaces foreach -Apt run format:check",
21-
"check": "yarn format:check && yarn format:check:workspaces && yarn lint && yarn typecheck && yarn test"
21+
"check": "yarn format:check && yarn format:check:workspaces && yarn lint && yarn typecheck && yarn test",
22+
"deploy:landing": "npx wrangler deploy --config clients/landing/wrangler.jsonc"
2223
},
2324
"devDependencies": {
2425
"prettier": "3.9.5"

0 commit comments

Comments
 (0)