From d9929771ef9475fa6cac1129a5f8b472a75e09b6 Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Sun, 6 Aug 2023 17:03:54 -0400 Subject: [PATCH] Fix pushBump command --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 287d8f80..772379be 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -160,7 +160,7 @@ }, pushBump: { command: [ - "git add www/js/main.js config.xml manifest.json package.json", + "git add www/js/main.js config.xml package.json", "git commit -m 'Base: Increment version number'", "git push" ].join( "&&" )