Skip to content

Commit c86632d

Browse files
committed
Improve release script
1 parent e2deed0 commit c86632d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/release.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,13 @@ retry_step "make build" "make build"
100100
# Step 3: EE Tests
101101
if [ -d $RA_ENTERPRISE_PATH ]; then
102102
current_dir=$(pwd)
103-
retry_step "Run the EE tests" "
103+
retry_step "Run the EE build" "
104104
cp -r packages/* \$RA_ENTERPRISE_PATH/node_modules &&
105105
cd \$RA_ENTERPRISE_PATH &&
106106
rm -rf node_modules/react-admin/node_modules/@mui &&
107-
make build &&
107+
make build
108+
"
109+
retry_step "Run the EE tests" "
108110
CI=true DEBUG_PRINT_LIMIT=3 make test
109111
"
110112
cd "$current_dir"

0 commit comments

Comments
 (0)