Skip to content

Commit 3dbb7fe

Browse files
Merge branch 'master' into mnoman/coverageFix
2 parents 2d73144 + 4034c7d commit 3dbb7fe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/integration_test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@ jobs:
5252
EVENT_MESSAGE: ${{ github.event.message }}
5353
HOME: 'home/runner'
5454
run: |
55-
echo "$GITHUB_CONTEXT"
56-
home/runner/travisci-tools/trigger-script-with-status-update.sh
55+
CLIENT=node home/runner/travisci-tools/trigger-script-with-status-update.sh
56+
# Run only browser builds when it's FSC not for FPS.
57+
[ "$FULLSTACK_TEST_REPO" == "ProdTesting" ] || CLIENT=browser home/runner/travisci-tools/trigger-script-with-status-update.sh

packages/optimizely-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/optimizely.node.min.js",
77
"browser": "dist/optimizely.browser.min.js",
88
"react-native": "dist/optimizely.react_native.min.js",
9-
"typings": "dist/index.node.d.ts",
9+
"typings": "dist/index.browser.d.ts",
1010
"scripts": {
1111
"clean": "rm -rf dist",
1212
"lint": "tsc --noEmit && eslint 'lib/**/*.js' 'lib/**/*.ts'",

0 commit comments

Comments
 (0)