Lerna ignore scripts and lib
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
				
			|||||||
    "version": "independent",
 | 
					    "version": "independent",
 | 
				
			||||||
    "commands": {
 | 
					    "commands": {
 | 
				
			||||||
        "publish": {
 | 
					        "publish": {
 | 
				
			||||||
            "ignore": ["test/**/*", "*.md"]
 | 
					            "ignore": ["test/**/*", "*.md", "scripts", "lib"]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "npmClient": "yarn",
 | 
					    "npmClient": "yarn",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user