feat(tools): add postinstall step for bootstrap
This commit is contained in:
		
				
					committed by
					
						
						mrugesh mohapatra
					
				
			
			
				
	
			
			
			
						parent
						
							707095bed1
						
					
				
				
					commit
					e491eebc58
				
			@@ -2,6 +2,7 @@
 | 
				
			|||||||
  "name": "@freecodecamp/freecodecamp",
 | 
					  "name": "@freecodecamp/freecodecamp",
 | 
				
			||||||
  "version": "0.0.1",
 | 
					  "version": "0.0.1",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
 | 
					    "postinstall": "npm run bootstrap",
 | 
				
			||||||
    "prebootstrap": "npm run ensure-env",
 | 
					    "prebootstrap": "npm run ensure-env",
 | 
				
			||||||
    "bootstrap": "lerna bootstrap && lerna run build --scope @freecodecamp/curriculum",
 | 
					    "bootstrap": "lerna bootstrap && lerna run build --scope @freecodecamp/curriculum",
 | 
				
			||||||
    "develop": "npm-run-all -s ensure-env start-develop",
 | 
					    "develop": "npm-run-all -s ensure-env start-develop",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user