Ignore node_modules

This commit is contained in:
Sidharth Vinod
2024-01-24 09:44:25 +05:30
parent b23b97f612
commit c1d31476cd

View File

@@ -49,4 +49,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: mermaid-all
path: packages/**/dist
path: |
packages/**/dist
!**/node_modules