Skip to content

Commit d46e363

Browse files
committed
Add build:ci:alpha
Moving the `upgrade bloom-player` out of the TeamCity config and into this script
1 parent a38d13a commit d46e363

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"start-performance": "yarn build && npx serve -s build",
1212
"build": "yarn copyInBloomPlayer && react-scripts build",
1313
"build:ci": "set CI=true&&yarn copyInBloomPlayer&&react-scripts build",
14+
"build:ci:alpha": "yarn upgrade bloom-player --network-timeout 1000000000&&yarn build:ci",
1415
"copyInBloomPlayer": "ncp node_modules/bloom-player/dist public/bloom-player",
1516
"test": "react-scripts test",
1617
"test:ci": "set CI=true&&react-scripts test --testResultsProcessor jest-teamcity-reporter",

0 commit comments

Comments
 (0)