Skip to content

Commit 4bcedce

Browse files
committed
chore: update build and publish scripts to include mf-module
Modified the build and publish commands in package.json to include the mf-module workspace, ensuring it is part of the build and publishing processes.
1 parent 5a9c0af commit 4bcedce

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"postinstall": "husky install",
1111
"lint": "eslint --fix --cache 'framework/**/*.{ts,vue}' 'cli/**/*.{ts,vue}' 'configs/**/*.{ts,vue}' 'packages/**/*.{ts,vue}'",
1212
"lint-staged": "lint-staged",
13-
"build": "yarn workspaces foreach -v --worktree --topological-dev --from '{@vc-shell/mf-config,@vc-shell/config-generator,@vc-shell/api-client-generator,@vc-shell/create-vc-app,@vc-shell/framework,@vc-shell/mf-host}' run build",
13+
"build": "yarn workspaces foreach -v --worktree --topological-dev --from '{@vc-shell/mf-config,@vc-shell/config-generator,@vc-shell/api-client-generator,@vc-shell/create-vc-app,@vc-shell/framework,@vc-shell/mf-host,@vc-shell/mf-module}' run build",
1414
"build:analyze": "ANALYZE=true yarn build",
1515
"build-framework": "yarn workspace @vc-shell/framework run build",
1616
"build-cli:config": "yarn workspace @vc-shell/config-generator run build",
@@ -19,7 +19,7 @@
1919
"generate:api-client": "yarn workspace @vc-shell/framework exec cross-env api-client-generator --APP_PLATFORM_MODULES='[VirtoCommerce.Platform]' --APP_API_CLIENT_DIRECTORY=./core/api/ --SKIP_BUILD=true",
2020
"storybook-build": "cross-env APP_ENV=production shx rm -rf storybook-static && storybook build",
2121
"storybook-serve": "storybook dev -p 6006 --no-open",
22-
"publish:packages": "yarn workspaces foreach -v --worktree --no-private --from '{@vc-shell/framework,@vc-shell/api-client-generator,@vc-shell/create-vc-app,@vc-shell/config-generator,@vc-shell/ts-config,@vc-shell/mf-config,@vc-shell/mf-host}' npm publish --access public",
22+
"publish:packages": "yarn workspaces foreach -v --worktree --no-private --from '{@vc-shell/framework,@vc-shell/api-client-generator,@vc-shell/create-vc-app,@vc-shell/config-generator,@vc-shell/ts-config,@vc-shell/mf-config,@vc-shell/mf-host,@vc-shell/mf-module}' npm publish --access public",
2323
"release": "tsx scripts/release.ts",
2424
"release:dry": "tsx scripts/release.ts --dry",
2525
"changed": "LAST_TAG=$(git describe --tags --abbrev=0 --match 'v*' 2>/dev/null) && git log --oneline \"${LAST_TAG}\"..HEAD || git log --oneline",

packages/mf-module/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [2.0.0-alpha.10](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-03-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **mf-module:** add exports field for proper ESM resolution ([a951353](https://github.com/VirtoCommerce/vc-shell/commit/a951353743aa0d583c7cb206b6a84be3781b8477))
7+
8+
9+
### Features
10+
11+
* **mf-module:** create package for remote module build config ([5cde74b](https://github.com/VirtoCommerce/vc-shell/commit/5cde74b8c7e6369da79d98c5d43edbc451681744))

0 commit comments

Comments
 (0)