Skip to content

Commit

Permalink
Merge bbdb77a into e1da25e
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Dec 12, 2023
2 parents e1da25e + bbdb77a commit 4258a40
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 40 deletions.
2 changes: 1 addition & 1 deletion integration-tests/environments/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@realm/mocha-reporter": "*",
"command-line-args": "^5.2.1",
"concurrently": "^8.0.1",
"electron": "^24.1.2",
"electron": "^24.8.8",
"electron-builder": "^23.6.0",
"mocha-github-actions-reporter": "^0.3.0",
"mocha-junit-reporter": "^2.2.0",
Expand Down
12 changes: 6 additions & 6 deletions integration-tests/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"ci:coverage": "wireit"
},
"wireit": {
"lint": {
"command": "eslint --ext .js,.ts . && tsc --noEmit",
"dependencies": [
"../../packages/realm-network-transport:bundle",
"lint": {
"command": "eslint --ext .js,.ts . && tsc --noEmit",
"dependencies": [
"../../packages/realm-network-transport:bundle",
"../../packages/realm:bundle",
"build-dependencies"
]
},
]
},
"build": {
"command": "tsc",
"dependencies": [
Expand Down

0 comments on commit 4258a40

Please sign in to comment.