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
+1 -1
View File
@@ -18,7 +18,7 @@ function code() {
NODE=$(node build/lib/node.js)
$NODE ./resources/web/bin-dev/code-web-playground.js "$@"
$NODE ./scripts/code-web.js "$@"
}
code "$@"