Brs cra5#143
Conversation
| @@ -0,0 +1,50 @@ | |||
| name: Build BRS | |||
There was a problem hiding this comment.
Remove file build-brs.yml, Tao Fang is working on another PR to figure out how to build and test brs on CI
| # ****************************************************************************** | ||
|
|
||
| cd "$temp_app_path" | ||
| npx create-react-app test-app-dist-tag --scripts-version=@latest |
There was a problem hiding this comment.
Revert all changes in this file and keep it consistent with cra5
Tao Fang is working on how to build and test with CRA5
| # Install the app in a temporary location | ||
| cd $temp_app_path | ||
| npx create-react-app test-kitchensink --template=file:"$root_path"/packages/react-scripts/fixtures/kitchensink | ||
| npx create-react-app test-kitchensink --scripts-version=@skyscanner/backpack-react-scripts --template=file:"$root_path"/packages/react-scripts/fixtures/kitchensink |
There was a problem hiding this comment.
Revert all changes in this file, and keep it consistent with CRA5,
Tao Fang is working on how to build and test CRA5
| # Check for expected output | ||
| exists build/*.html | ||
| exists build/static/js/main.*.js | ||
| exists build/web/*.html |
There was a problem hiding this comment.
Revert all changes in this file, and keep it consistent with CRA5,
Tao Fang is working on how to build and test CRA5
| exit 1 | ||
| fi | ||
|
|
||
| if hash npm 2>/dev/null |
There was a problem hiding this comment.
Revert all changes in this file, and keep it consistent with CRA5,
Tao Fang is working on how to build and test CRA5
Revert all changes in this file, and keep it consistent with CRA5, Will create new workflow to build and test BRS
This PR will merge the not BRS features: