File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,7 @@ module.exports = function(grunt) {
8686 cmd : function ( ) {
8787 var cwd = process . cwd ( ) ;
8888 var template = '{{#tags}}(cd {{../cwd}}/laravel/laravel-{{this}} && composer install && ' +
89- 'composer run-script post-root-package-install && ' +
90- 'composer run-script post-install-cmd && ' +
91- 'composer run-script post-create-project-cmd) && {{/tags}}' ;
89+ 'cp .env.example .env 2>/dev/null) && {{/tags}}' ;
9290 var cmd ;
9391 var tags = laravel_tags ;
9492
@@ -157,9 +155,7 @@ module.exports = function(grunt) {
157155 cmd : function ( ) {
158156 var cwd = process . cwd ( ) ;
159157 var template = '{{#tags}}(cd {{../cwd}}/lumen/lumen-{{this}} && composer install && ' +
160- 'composer run-script post-root-package-install && ' +
161- 'composer run-script post-install-cmd && ' +
162- 'composer run-script post-create-project-cmd) && {{/tags}}' ;
158+ 'cp .env.example .env 2>/dev/null) && {{/tags}}' ;
163159 var cmd ;
164160 var tags = lumen_tags ;
165161
You can’t perform that action at this time.
0 commit comments