Skip to content

Commit 23fe555

Browse files
committed
fix(ci): add --worktree flag to publish:packages script
1 parent a47a374 commit 23fe555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 --no-private --from '{@vc-shell/framework,@vc-shell/api-client-generator,@vc-shell/create-vc-app,@vc-shell/config-generator,@vc-shell/ts-config}' 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}' 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",

0 commit comments

Comments
 (0)