File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626 "scripts" : {
2727 "post-update-cmd" : [
2828 " composer dump-autoload" ,
29- " CodeIgniter\\ ComposerScripts::postUpdate" ,
30- " bash admin/setup.sh"
29+ " CodeIgniter\\ ComposerScripts::postUpdate"
3130 ]
3231 },
3332 "support" : {
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=' application public writable README.md contributing.md env license.txt spark'
15+ releasable=' app public writable README.md contributing.md env license.txt spark'
1616for fff in $releasable ; do
1717 if [ -d " $fff " ] ; then
1818 rm -rf $fff
2323echo -e " ${BOLD} Override as needed...${NORMAL} "
2424cp -rf ${CI_DIR} /admin/starter/* .
2525
26- echo -e " ${BOLD} Fix paths...${NORMAL} "
27- sed -i " /public $systemDirectory = 'system';/s/'system'/'vendor/codeigniter4/framework/system'/" application/Config/Paths.php
26+ # ############ this can only happen after composer create-project/update
27+ # echo -e "${BOLD}Fix paths...${NORMAL}"
28+ # sed -i "/public $systemDirectory = 'system';/s/'system'/'vendor/codeigniter4/framework/system'/" app/Config/Paths.php
2829
2930# ---------------------------------------------------
3031# And finally, get ready for merging
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=' application docs public system writable contributing.md env license.txt spark'
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
You can’t perform that action at this time.
0 commit comments