Skip to content

Commit 026367b

Browse files
author
wangsai
committed
update
1 parent bfb9fd8 commit 026367b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Gruntfile.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)