Skip to content

Commit 82c06f8

Browse files
author
Mohammod Al Amin Ashik
committed
Adds TURBO SCM base
1 parent e379e6a commit 82c06f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ jobs:
3838
run: ./scripts/publish-preview-packages.sh
3939
env:
4040
LERNA_SINCE: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }}
41+
TURBO_SCM_BASE: origin/main

scripts/publish-preview-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ packages=$(echo "$result" | jq -r '.tasks[].directory' | grep '^packages/' | sed
66

77
if [ -n "$packages" ]; then
88
pnpx pkg-pr-new publish --pnpm $packages
9-
fi
9+
fi

0 commit comments

Comments
 (0)