We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38d13a commit d46e363Copy full SHA for d46e363
1 file changed
package.json
@@ -11,6 +11,7 @@
11
"start-performance": "yarn build && npx serve -s build",
12
"build": "yarn copyInBloomPlayer && react-scripts build",
13
"build:ci": "set CI=true&&yarn copyInBloomPlayer&&react-scripts build",
14
+ "build:ci:alpha": "yarn upgrade bloom-player --network-timeout 1000000000&&yarn build:ci",
15
"copyInBloomPlayer": "ncp node_modules/bloom-player/dist public/bloom-player",
16
"test": "react-scripts test",
17
"test:ci": "set CI=true&&react-scripts test --testResultsProcessor jest-teamcity-reporter",
0 commit comments