Skip to content

Commit

Permalink
Check for changes after the build
Browse files Browse the repository at this point in the history
We bump version numbers during the build
  • Loading branch information
kasparsd committed Jul 29, 2018
1 parent 44acc64 commit 8e1e747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,16 @@ module.exports = function( grunt ) {

grunt.registerTask(
'deploy', [
'check-diff',
'build',
'check-diff',
'wp_deploy',
]
);

grunt.registerTask(
'deploy:trunk', [
'check-diff',
'build',
'check-diff',
'wp_deploy:trunk',
]
);
Expand Down

0 comments on commit 8e1e747

Please sign in to comment.