@vscode/markdown-editor 0.0.2-44 → 0.0.2-46

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": "@vscode/markdown-editor",
3
- "version": "0.0.2-44",
3
+ "version": "0.0.2-46",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "scripts": {
66
66
  "build": "pnpm run build:dependencies && vite build",
67
- "build:dependencies": "pnpm --filter @vscode/hubrpc build",
67
+ "build:dependencies": "pnpm --filter @vscode/hubrpc build && pnpm --filter @vscode/web-editors build",
68
68
  "build:explorer": "pnpm run build:dependencies && pnpm --filter @vscode/component-explorer-vite-plugin... build && pnpm --filter @vscode/sample-web-editor build && vite build --config vite.fixture.config.ts --outDir dist-explorer --emptyOutDir",
69
69
  "dev": "vite build --watch",
70
70
  "pack": "pnpm run build && pnpm pack",