Skip to content

Commit adaae6e

Browse files
committed
fix: Fix submit command (#2157)
1 parent 4524cbd commit adaae6e

File tree

3 files changed

+109
-38
lines changed

3 files changed

+109
-38
lines changed

packages/wxt/bin/wxt-publish-extension.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* `publish-browser-extension` as a direct dependency (like for PNPM, which doesn't link
55
* sub-dependency binaries to "node_modules/.bin")
66
*/
7-
import 'publish-browser-extension/cli';
7+
await import('publish-browser-extension/cli');

packages/wxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"perfect-debounce": "^2.1.0",
5656
"picocolors": "^1.1.1",
5757
"prompts": "^2.4.2",
58-
"publish-browser-extension": "^2.3.0 || ^3.0.2 || ^4.0.0",
58+
"publish-browser-extension": "^2.3.0 || ^3.0.2 || ^4.0.4",
5959
"scule": "^1.3.0",
6060
"unimport": "^3.13.1 || ^4.0.0 || ^5.0.0",
6161
"vite": "^5.4.19 || ^6.3.4 || ^7.0.0",

pnpm-lock.yaml

Lines changed: 107 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)