mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 22:05:57 +00:00
468e69d76e
Allow debugging of session-tests and improve VS Code debug tasks. New VS Code task to download and start server for debugging New VS Code tasks to build only changed files and full rebuild
6 lines
174 B
Bash
Executable File
6 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -o pipefail
|
|
set -e
|
|
echo $(pwd)
|
|
sh scripts/download-object-server.sh && sh object-server-for-testing/start-object-server.command -f && echo \"Server PID: $!\" |