mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
Use readable css names in docz dev
This commit is contained in:
+3
-1
@@ -42,7 +42,9 @@ const config: Config = {
|
||||
},
|
||||
runDocz: {
|
||||
paths: [],
|
||||
executor: new LongRunningExecutor("npm run docz -- dev"),
|
||||
executor: new LongRunningExecutor(
|
||||
"NODE_ENV=development npm run docz -- dev"
|
||||
),
|
||||
},
|
||||
},
|
||||
defaultSet: "client",
|
||||
|
||||
Reference in New Issue
Block a user