Skip to content

Commit a7bc741

Browse files
fix changeset (#9651)
* fix changeset * remove unnecessary noop deploy script in `containers-shared`
1 parent 08be3ed commit a7bc741

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.changeset/nasty-cameras-poke.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
"@cloudflare/containers-shared": patch
32
"wrangler": patch
43
---
54

packages/containers-shared/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"scripts": {
1818
"check:lint": "eslint src --ext ts",
1919
"check:type": "tsc -p ./tsconfig.json && pnpm run type:tests",
20-
"deploy": "echo 'no deploy'",
2120
"test": "vitest",
2221
"test:ci": "pnpm run test run",
2322
"test:watch": "pnpm run test --testTimeout=50000 --watch",

0 commit comments

Comments
 (0)