fix: don't enable pretty logging for generate
This commit is contained in:
		@@ -4,8 +4,8 @@
 | 
				
			|||||||
  "description": "",
 | 
					  "description": "",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "start": "wunderctl up --debug",
 | 
					    "start": "wunderctl up --debug",
 | 
				
			||||||
    "build": "wunderctl generate --debug --pretty-logging=true",
 | 
					    "build": "wunderctl generate --debug",
 | 
				
			||||||
    "check": "tsc --noEmit"
 | 
					    "check": "tsc --noEmit 123"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "author": "",
 | 
					  "author": "",
 | 
				
			||||||
  "license": "ISC",
 | 
					  "license": "ISC",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user