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
While to trying to commit the docs folder inside the assets configuration, we need to exclude the node_modules folder inside the docs folder. Based on the documentation, i tried below options but none seems to work.
While to trying to commit the docs folder inside the assets configuration, we need to exclude the node_modules folder inside the docs folder. Based on the documentation, i tried below options but none seems to work.
"assets": [["docs", "!node_modules/*"]]
"assets": [["docs/**", "!**/node_modules"]]
"assets": [["docs", "!node_modules"]]
The error i get is below:
[semantic-release] An error occurred while running semantic-release: Error: Command failed with E2BIG:
I think i am messing up the syntax but unable to figure out. Any help is appreciated.
The text was updated successfully, but these errors were encountered: