Skip to content

Commit e68a2ea

Browse files
author
Marco Pereirinha
committed
Be explicit about the task to be ran on deploy command
1 parent cb982d9 commit e68a2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports = function ( grunt ) {
8181

8282
grunt.registerTask( 'package', [ 'clean', 'copy', 'replace', 'compress' ] );
8383

84-
grunt.registerTask( 'deploy', [ 'package', 'wp_deploy' ] );
84+
grunt.registerTask( 'deploy', [ 'package', 'wp_deploy:default' ] );
8585

8686
grunt.registerTask( 'deploy-assets', [ 'wp_deploy:assets' ] );
8787
};

0 commit comments

Comments
 (0)