File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 
Original file line number Diff line number Diff line change 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'" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments