|
10 | 10 | "postinstall": "husky install", |
11 | 11 | "lint": "eslint --fix --cache 'framework/**/*.{ts,vue}' 'cli/**/*.{ts,vue}' 'configs/**/*.{ts,vue}' 'packages/**/*.{ts,vue}'", |
12 | 12 | "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", |
14 | 14 | "build:analyze": "ANALYZE=true yarn build", |
15 | 15 | "build-framework": "yarn workspace @vc-shell/framework run build", |
16 | 16 | "build-cli:config": "yarn workspace @vc-shell/config-generator run build", |
|
19 | 19 | "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", |
20 | 20 | "storybook-build": "cross-env APP_ENV=production shx rm -rf storybook-static && storybook build", |
21 | 21 | "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", |
23 | 23 | "release": "tsx scripts/release.ts", |
24 | 24 | "release:dry": "tsx scripts/release.ts --dry", |
25 | 25 | "changed": "LAST_TAG=$(git describe --tags --abbrev=0 --match 'v*' 2>/dev/null) && git log --oneline \"${LAST_TAG}\"..HEAD || git log --oneline", |
|
0 commit comments