2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Add bump option to not push

This commit is contained in:
Jacob Gable 2013-07-01 15:58:47 -05:00
parent 8e60fa8dde
commit 9f6f17b9ac

View file

@ -217,6 +217,12 @@ var path = require('path'),
cwd: "<%= paths.buildBuild %>/",
src: ["**"]
}
},
bump: {
options: {
push: false
}
}
};