File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module.exports = function (grunt) {
4
4
pkg : grunt . file . readJSON ( 'package.json' ) ,
5
5
shell : {
6
6
composer : {
7
- command : './ composer.phar install --no-dev --no-scripts --prefer-dist'
7
+ command : 'composer install --no-dev --no-scripts --prefer-dist'
8
8
} ,
9
9
git_checkout : {
10
10
command : 'git checkout-index -a -f --prefix=build/'
@@ -129,22 +129,22 @@ module.exports = function (grunt) {
129
129
]
130
130
}
131
131
} ,
132
- 'github-release' : {
133
- options : {
134
- repository : 'kgjerstad/wp-mail-logging' , // Path to repository
135
- auth : grunt . file . readJSON ( 'credentials.json' ) ,
136
- release : {
137
- tag_name : 'release/<%= pkg.version %>' ,
138
- name : 'v<%= pkg.version %>' ,
139
- body : 'Description of the release' ,
140
- draft : true ,
141
- prerelease : true
142
- }
143
- } ,
144
- files : {
145
- src : [ 'releases/<%= pkg.name %>-<%= pkg.version %>.zip' ]
146
- }
147
- } ,
132
+ // 'github-release': {
133
+ // options: {
134
+ // repository: 'kgjerstad/wp-mail-logging', // Path to repository
135
+ // auth: grunt.file.readJSON('credentials.json'),
136
+ // release: {
137
+ // tag_name: 'release/<%= pkg.version %>',
138
+ // name: 'v<%= pkg.version %>',
139
+ // body: 'Description of the release',
140
+ // draft: true,
141
+ // prerelease: true
142
+ // }
143
+ // },
144
+ // files: {
145
+ // src: ['releases/<%= pkg.name %>-<%= pkg.version %>.zip']
146
+ // }
147
+ // },
148
148
less : {
149
149
compile : {
150
150
options : {
You can’t perform that action at this time.
0 commit comments