You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added node_modules folder in .claspignore file and tried to run clasp push but its not working properly and showing error
Invalid value at 'files[1].type' (TYPE_ENUM), "MD"
Invalid value at 'files[2].type' (TYPE_ENUM), "MD"
I even tried node_modules/**/*.* and node_modules/**/*.MD but no luck.
Actual Behavior
If I add a folder to .claspignore file it should ignore all folders and files in that parent folder here in this case node_modules. Or at least, it should follow node_modules/**/*.* and node_modules/**/*.MD conventions to ignore specific files.
Steps to Reproduce the Problem
Setup a basic project using clasp which is using some npm packages like jasmine js.
Now put node_modules in .claspignore file.
Try to push the code to script.google.com using clasp push
Hey @last-stand , thanks for filing an issue! Can we see your .claspignore file?
My .claspignore starts with node_modules/** and that seems to work. Do you have any markdown files in your current directory that you are forgetting to ignore?
(Please search existing issues before creating a new one.)
Expected Behavior
I added node_modules folder in .claspignore file and tried to run
clasp push
but its not working properly and showing errorI even tried
node_modules/**/*.*
andnode_modules/**/*.MD
but no luck.Actual Behavior
If I add a folder to .claspignore file it should ignore all folders and files in that parent folder here in this case node_modules. Or at least, it should follow
node_modules/**/*.*
andnode_modules/**/*.MD
conventions to ignore specific files.Steps to Reproduce the Problem
clasp push
Specifications
v9.10.1
)@google/[email protected]
):The text was updated successfully, but these errors were encountered: