@@ -99,24 +99,24 @@ yarn config set registry "$custom_registry_url"
99
99
npx npm-cli-login@0.0.10 -u user -p password -e user@example.com -r " $custom_registry_url " --quotes
100
100
101
101
# Lint own code
102
- ./node_modules/.bin/eslint --max-warnings 0 packages/babel-preset-react-app/
103
- ./node_modules/.bin/eslint --max-warnings 0 packages/create-react-app/
104
- ./node_modules/.bin/eslint --max-warnings 0 packages/eslint-config-react-app/
105
- ./node_modules/.bin/eslint --max-warnings 0 packages/react-dev-utils/
102
+ # ./node_modules/.bin/eslint --max-warnings 0 packages/babel-preset-react-app/
103
+ # ./node_modules/.bin/eslint --max-warnings 0 packages/create-react-app/
104
+ # ./node_modules/.bin/eslint --max-warnings 0 packages/eslint-config-react-app/
105
+ # ./node_modules/.bin/eslint --max-warnings 0 packages/react-dev-utils/
106
106
./node_modules/.bin/eslint --max-warnings 0 packages/react-scripts/
107
- cd packages/react-error-overlay/
108
- ./node_modules/.bin/eslint --max-warnings 0 src/
109
- yarn test
107
+ # cd packages/react-error-overlay/
108
+ # ./node_modules/.bin/eslint --max-warnings 0 src/
109
+ # yarn test
110
110
111
- if [ $APPVEYOR != ' True' ]; then
112
- # Flow started hanging on AppVeyor after we moved to Yarn Workspaces :-(
113
- yarn flow
114
- fi
111
+ # if [ $APPVEYOR != 'True' ]; then
112
+ # # Flow started hanging on AppVeyor after we moved to Yarn Workspaces :-(
113
+ # yarn flow
114
+ # fi
115
115
116
- cd ../..
117
- cd packages/react-dev-utils/
118
- yarn test
119
- cd ../..
116
+ # cd ../..
117
+ # cd packages/react-dev-utils/
118
+ # yarn test
119
+ # cd ../..
120
120
121
121
# ******************************************************************************
122
122
# First, test the create-react-app development environment.
@@ -149,7 +149,7 @@ git clean -df
149
149
150
150
# Install the app in a temporary location
151
151
cd $temp_app_path
152
- npx create-react-app test-app
152
+ npx create-react-app --scripts-version=@aeldar/react-scripts test-app
153
153
154
154
# TODO: verify we installed prerelease
155
155
0 commit comments