Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
ci: update build order
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdumper committed Dec 26, 2018
1 parent af6d109 commit f399b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"exclude": ["emeralt-assets"],
"buildOrder": [
"emeralt-types",
"emeralt-auth-inmemory",
"emeralt-server",
"emeralt-cli"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/emeralt-server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const defaultParams: TEmeraltServerParams = {
plugins: [],
}

export const createEmeraltServer: IEmeraltServer = (params = {}) => {
export const createEmeraltServer: IEmeraltServer = (params = defaultParams) => {
params = deepmerge(defaultParams, params)

const server = express()
Expand Down

0 comments on commit f399b5f

Please sign in to comment.