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 e2deed0 commit c86632dCopy full SHA for c86632d
scripts/release.sh
@@ -100,11 +100,13 @@ retry_step "make build" "make build"
100
# Step 3: EE Tests
101
if [ -d $RA_ENTERPRISE_PATH ]; then
102
current_dir=$(pwd)
103
- retry_step "Run the EE tests" "
+ retry_step "Run the EE build" "
104
cp -r packages/* \$RA_ENTERPRISE_PATH/node_modules &&
105
cd \$RA_ENTERPRISE_PATH &&
106
rm -rf node_modules/react-admin/node_modules/@mui &&
107
- make build &&
+ make build
108
+ "
109
+ retry_step "Run the EE tests" "
110
CI=true DEBUG_PRINT_LIMIT=3 make test
111
"
112
cd "$current_dir"
0 commit comments