Skip to content

Commit

Permalink
feat(sockets): Socket.io preview
Browse files Browse the repository at this point in the history
Live updates with Tolgee socket.io server
  • Loading branch information
JanCizmar committed Jul 12, 2021
1 parent 1fb1f1e commit 64d61a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/e2e.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ task installE2eDeps(type: Exec, group: "e2e") {
inputs.file("$E2E_DIR/package-lock.json")
outputs.dir("$E2E_DIR/node_modules")

commandLine "npm", "install"
commandLine "npm", "ci"
workingDir E2E_DIR
}

Expand Down

0 comments on commit 64d61a5

Please sign in to comment.