14
									
								
								lerna.json
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								lerna.json
									
									
									
									
									
								
							@@ -1,11 +1,17 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "npmClient": "yarn",
 | 
					    "npmClient": "yarn",
 | 
				
			||||||
    "useWorkspaces": true,
 | 
					    "useWorkspaces": true,
 | 
				
			||||||
    "scripts": {
 | 
					    "version": "0.3.1",
 | 
				
			||||||
        "build": "npx tsc"
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "packages": [
 | 
					    "packages": [
 | 
				
			||||||
        "packages/*"
 | 
					        "packages/*"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "version": "0.3.1"
 | 
					    "command": {
 | 
				
			||||||
 | 
					        "run": {
 | 
				
			||||||
 | 
					            "stream": true
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "publish": {
 | 
				
			||||||
 | 
					            "forcePublish": true,
 | 
				
			||||||
 | 
					            "registry": "https://repo.yumc.pw/repository/npm-hosted/"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -7,7 +7,7 @@
 | 
				
			|||||||
    "license": "MIT",
 | 
					    "license": "MIT",
 | 
				
			||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
        "build": "npx lerna run build",
 | 
					        "build": "npx lerna run build",
 | 
				
			||||||
        "lp": "npx lerna publish --registry=https://repo.yumc.pw/repository/npm-hosted/",
 | 
					        "lp": "npx lerna publish",
 | 
				
			||||||
        "publish-please": "publish-please",
 | 
					        "publish-please": "publish-please",
 | 
				
			||||||
        "prepublishOnly": "publish-please guard"
 | 
					        "prepublishOnly": "publish-please guard"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user