diff --git a/bin/helpers/constants.js b/bin/helpers/constants.js index 7793140d..ccb0e61f 100644 --- a/bin/helpers/constants.js +++ b/bin/helpers/constants.js @@ -317,8 +317,11 @@ const filesToIgnoreWhileUploading = [ "**/node_modules/**", "node_modules/**", "package-lock.json", + "**/package-lock.json", "package.json", + "**/package.json", "browserstack-package.json", + "**/browserstack-package.json", "tests.zip", "**/tests.zip", "cypress.json",