File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ git checkout $branch
1212echo -e " ${BOLD} Build the framework distributable${NORMAL} "
1313
1414echo -e " ${BOLD} Copy the main files/folders...${NORMAL} "
15- releasable=' app docs public system writable contributing.md env license.txt spark tests/_support '
15+ releasable=' app docs public system writable contributing.md env license.txt spark'
1616for fff in $releasable ; do
1717 if [ -d " $fff " ] ; then
1818 rm -rf $fff
@@ -21,7 +21,11 @@ for fff in $releasable ; do
2121done
2222
2323echo -e " ${BOLD} Override as needed...${NORMAL} "
24- cp -rf ${CI_DIR} /admin/framework/* .
24+ cprm -rf tests
25+ mkdir tests
26+ cp -rf ${CI_DIR} /tests/_support tests/
27+
28+ -rf ${CI_DIR} /admin/framework/* .
2529
2630# ---------------------------------------------------
2731# And finally, get ready for merging
Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "require" : {
88 "php" : " >=7.2" ,
9- "codeigniter4/framework" : " ^4@alpha "
9+ "codeigniter4/framework" : " ^4@beta "
1010 },
1111 "require-dev" : {
1212 "mikey179/vfsstream" : " 1.6.*" ,
You can’t perform that action at this time.
0 commit comments