diff --git a/gruntfile.js b/gruntfile.js index dc288e8..e65b6a6 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -203,6 +203,9 @@ module.exports = function(grunt) { gitrm: { publish: { + options: { + force: true + }, files: { src: ['./dist/filer-test.js', './dist/filer-perf.js', 'tests/', 'perf/'] }