create-svc 0.1.61 → 0.1.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-svc",
3
- "version": "0.1.61",
3
+ "version": "0.1.62",
4
4
  "description": "Local microservice bootstrap CLI for Cloud Run and Workers services with Neon-backed data.",
5
5
  "module": "index.ts",
6
6
  "type": "module",
@@ -15,6 +15,6 @@ jobs:
15
15
  - uses: oven-sh/setup-bun@v2
16
16
  - run: bun install
17
17
  - run: bun install -g create-svc@latest
18
- - run: wrangler delete --name {{SERVICE_ID}}-pr-${{ github.event.pull_request.number }} --force
18
+ - run: bunx wrangler delete --name {{SERVICE_ID}}-pr-${{ github.event.pull_request.number }} --force
19
19
  env:
20
20
  CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}