Skip to content

Commit

Permalink
build(deps): Update runbox-searchindex and use it in mockserver
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Nov 6, 2020
1 parent 1e02070 commit ef86630
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
2 changes: 1 addition & 1 deletion e2e/mockserver/mockserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class MockServer {
];

constructor() {
loadXapian().subscribe(() => this.buildSearchIndex());
loadXapian(`${process.cwd()}/node_modules/runbox-searchindex/xapianasm.js`).subscribe(() => this.buildSearchIndex());
}

public start() {
Expand Down
40 changes: 36 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"moment-timezone": "^0.5.28",
"npm": "^6.14.8",
"rrule": "^2.6.4",
"runbox-searchindex": "https://registry.npmjs.org/@runboxcom/runbox-searchindex/-/runbox-searchindex-0.2.0.tgz",
"runbox-searchindex": "https://registry.npmjs.org/@runboxcom/runbox-searchindex/-/runbox-searchindex-0.2.1.tgz",
"rxjs": "^6.5.5",
"rxjs-compat": "^6.5.5",
"tinymce": "^5.2.2",
Expand Down

0 comments on commit ef86630

Please sign in to comment.