move remote and web tests to scripts folder

This commit is contained in:
Martin Aeschlimann
2022-01-21 14:33:34 +01:00
parent 0d8bb5f2ba
commit 3640c1a425
15 changed files with 27 additions and 29 deletions

View File

@@ -20,7 +20,7 @@ function code() {
NODE_ENV=development \
VSCODE_DEV=1 \
$NODE ./resources/server/bin-dev/code-server.js "$@"
$NODE ./scripts/code-server.js "$@"
}
code "$@"