-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Description
The markdown-all-in-one extension is currently available in the store at version 3.6.2, despite the available version being 3.6.3 according to the MS Store.
On the build log, I can see the following:
Run `npm audit` for details.
Executing prepublish script 'npm run vscode:prepublish'...
> [email protected] vscode:prepublish
> npm run build
> [email protected] build
> npm run build-wasm && node ./build/build.js
> [email protected] build-wasm
> cd ./src/zola-slug && wasm-pack build --release
sh: 1: wasm-pack: not found
[FAIL] Could not process extension: {
"extension": {
"id": "yzhang.markdown-all-in-one",
"repository": "https://github.com/yzhang-gh/vscode-markdown"
},
"context": {
"msVersion": "3.6.3",
"msLastUpdated": "2025-03-09T15:34:05.007Z",
"msInstalls": 10616558,
"msPublisher": "yzhang",
"ovsxVersion": "3.6.2",
"ovsxLastUpdated": "2024-01-16T04:14:26.180Z",
"version": "3.6.3",
"repo": "/tmp/repository/main",
"ref": "414d6e33c62acd3b3740b6b8e12cf2996ec18394"
}
}
I don't know how the publishing action is done and configured, but how this issue could be solved? Should wasm-pack be available to the publish action?
Metadata
Metadata
Assignees
Labels
No labels