File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11ARGS = $(filter-out $@ ,$(MAKECMDGOALS ) )
22
3- all : deploy
3+ all : build
44
55# ############################
66# Create new project
@@ -40,8 +40,8 @@ solr-restore:
4040backup : mysql-backup solr-backup
4141restore : mysql-restore solr-restore
4242
43- deploy :
44- bash bin/deploy .sh
43+ build :
44+ bash bin/build .sh
4545
4646clean :
4747 test -d code/typo3temp && { rm -rf code/typo3temp/* ; }
File renamed without changes.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ make solr-restore | Restore Solr cores
3838make create-cms-project | Create new TYPO3 project (based on typo3/cms-base-distribution)
3939make create-neos-project | Create new NEOS project (based on typo3/neos-base-distribution)
4040<br > |
41- make deploy | Run deployment (composer, gulp, bower)
41+ make build | Run building (composer, gulp, bower)
4242make scheduler | Run TYPO3 scheduler
4343make clean | Clear TYPO3 configuration cache
4444
You can’t perform that action at this time.
0 commit comments