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